diff options
author | Joe Onorato <joeo@google.com> | 2010-11-08 11:05:25 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-11-08 13:02:58 -0800 |
commit | a4eb4c3a207c4d1b0e72bad332c3e6b928a77738 (patch) | |
tree | 0dc834532b6fa63688f258f398417edbc80ad319 /core/res | |
parent | 1a542c7b8ed0be049869a12d1e01e2604d052ac2 (diff) | |
download | frameworks_base-a4eb4c3a207c4d1b0e72bad332c3e6b928a77738.zip frameworks_base-a4eb4c3a207c4d1b0e72bad332c3e6b928a77738.tar.gz frameworks_base-a4eb4c3a207c4d1b0e72bad332c3e6b928a77738.tar.bz2 |
Make all the activities in the framework use the holo theme.
Change-Id: I18b669923fcd52e3bbb82b63e491d46cdb4bf4be
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 43f175f..d02ca64 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1293,7 +1293,7 @@ android:killAfterRestore="false" android:icon="@drawable/ic_launcher_android"> <activity android:name="com.android.internal.app.ChooserActivity" - android:theme="@style/Theme.Dialog.Alert" + android:theme="@style/Theme.Holo.Dialog.Alert" android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true" android:multiprocess="true"> @@ -1303,7 +1303,7 @@ </intent-filter> </activity> <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity" - android:theme="@style/Theme.Dialog" + android:theme="@style/Theme.Holo.Dialog" android:label="@string/heavy_weight_switcher_title" android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true"> @@ -1348,7 +1348,7 @@ </intent-filter> </activity> <activity android:name="com.android.internal.app.NetInitiatedActivity" - android:theme="@style/Theme.Dialog.Alert" + android:theme="@style/Theme.Holo.Dialog.Alert" android:excludeFromRecents="true"> </activity> |