Skip to content

Commit 7c3586c

Browse files
jatinlodhiaAndroid (Google) Code Review
authored andcommitted
Merge "Make the theme for choose account and choose account type dialogs same." into jb-mr1-dev
2 parents 1ed143e + 856b01e commit 7c3586c

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

core/res/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@
21032103

21042104
<activity android:name="android.accounts.ChooseAccountTypeActivity"
21052105
android:excludeFromRecents="true"
2106-
android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
2106+
android:theme="@android:style/Theme.Holo.Dialog"
21072107
android:label="@string/choose_account_label"
21082108
android:process=":ui">
21092109
</activity>

core/res/res/layout/choose_account_type.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,7 @@
2020
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2121
android:layout_width="match_parent"
2222
android:layout_height="match_parent"
23-
android:orientation="vertical"
24-
android:paddingStart="16dip"
25-
android:paddingEnd="16dip">
26-
27-
<TextView android:id="@+id/title"
28-
android:layout_width="wrap_content"
29-
android:layout_height="wrap_content"
30-
android:textAppearance="?android:attr/textAppearanceMedium"
31-
android:layout_gravity="start"
32-
android:text="@string/add_account_label"
33-
android:paddingTop="16dip"
34-
android:paddingBottom="16dip"
35-
android:textColor="@android:color/holo_blue_light"
36-
/>
23+
android:orientation="vertical">
3724

3825
<View android:layout_height="3dip"
3926
android:layout_width="match_parent"

0 commit comments

Comments
 (0)