am 7c3586c5: Merge "Make the theme for choose account and choose account type dialogs same." into jb-mr1-dev
* commit '7c3586c576c7f7238274f1ffbc4577a57be0d1f1': Make the theme for choose account and choose account type dialogs same.
This commit is contained in:
@@ -2103,7 +2103,7 @@
|
|||||||
|
|
||||||
<activity android:name="android.accounts.ChooseAccountTypeActivity"
|
<activity android:name="android.accounts.ChooseAccountTypeActivity"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
|
android:theme="@android:style/Theme.Holo.Dialog"
|
||||||
android:label="@string/choose_account_label"
|
android:label="@string/choose_account_label"
|
||||||
android:process=":ui">
|
android:process=":ui">
|
||||||
</activity>
|
</activity>
|
||||||
|
|||||||
@@ -20,20 +20,7 @@
|
|||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical">
|
||||||
android:paddingStart="16dip"
|
|
||||||
android:paddingEnd="16dip">
|
|
||||||
|
|
||||||
<TextView android:id="@+id/title"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
||||||
android:layout_gravity="start"
|
|
||||||
android:text="@string/add_account_label"
|
|
||||||
android:paddingTop="16dip"
|
|
||||||
android:paddingBottom="16dip"
|
|
||||||
android:textColor="@android:color/holo_blue_light"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<View android:layout_height="3dip"
|
<View android:layout_height="3dip"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
Reference in New Issue
Block a user