summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorJatin Lodhia <jlodhia@google.com>2012-09-28 10:53:37 -0700
committerJatin Lodhia <jlodhia@google.com>2012-09-28 10:53:37 -0700
commit856b01e7e41c6800c81d04f001e5dd4f7ae05a57 (patch)
tree7abdc109ce383413e7f199f1ca1e3b1fa523ae27 /core/res/AndroidManifest.xml
parent96a8bb635d90a54626c233522a1c58aea586b583 (diff)
downloadframeworks_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.xml2
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>