diff options
author | Jatin Lodhia <jlodhia@google.com> | 2012-09-28 10:53:37 -0700 |
---|---|---|
committer | Jatin Lodhia <jlodhia@google.com> | 2012-09-28 10:53:37 -0700 |
commit | 856b01e7e41c6800c81d04f001e5dd4f7ae05a57 (patch) | |
tree | 7abdc109ce383413e7f199f1ca1e3b1fa523ae27 /core/res/AndroidManifest.xml | |
parent | 96a8bb635d90a54626c233522a1c58aea586b583 (diff) | |
download | frameworks_base-856b01e7e41c6800c81d04f001e5dd4f7ae05a57.zip frameworks_base-856b01e7e41c6800c81d04f001e5dd4f7ae05a57.tar.gz frameworks_base-856b01e7e41c6800c81d04f001e5dd4f7ae05a57.tar.bz2 |
Make the theme for choose account and choose account type dialogs same.
Contacts app uses a custom account picker which calls the system account picker
when an account needs to be added. The system accout picker invokes choose
accout type dialog which overlays over the system acccount picker. Because these
two dialog boxes use different themes, he one behind is wider than the one in
foreground and ends up looking like a thin black strip protruding from the two
sides.
Bug: 6980517
Change-Id: Ia8b23767d995dcbe1a58087cb4bfbee140c2c744
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a8bee4d..ab87b1b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2097,7 +2097,7 @@ <activity android:name="android.accounts.ChooseAccountTypeActivity" 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:process=":ui"> </activity> |