summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorqqzhou <qqzhou@codeaurora.org>2014-11-04 16:40:37 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-05 17:32:50 -0800
commit424b3ff27725c421499c150cdae356ac7db3fac1 (patch)
treed0ab102c896b5dd0c51f40ff614fea430ed750d4 /AndroidManifest.xml
parent91f9880dc6c0607060718579afc362b8d4e5dba1 (diff)
downloadandroid_packages_apps_Dialer-424b3ff27725c421499c150cdae356ac7db3fac1.tar.gz
android_packages_apps_Dialer-424b3ff27725c421499c150cdae356ac7db3fac1.tar.bz2
android_packages_apps_Dialer-424b3ff27725c421499c150cdae356ac7db3fac1.zip
Dialer: improve speed dial list activity
- change the theme into same style as others in dialer. - cut the context menu and change the operation in dialog when user clicks list item. Change-Id: I41fc08621121c5d06692949b0e597b93ee4c7805 CRs-Fixed: 750289
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-x[-rw-r--r--]AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 391712423..422c968a0 100644..100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -240,8 +240,9 @@
</receiver>
<activity android:name=".SpeedDialListActivity"
- android:configChanges="orientation|screenSize|keyboardHidden|uiMode"
- android:label="@string/set_speed_dial" >
+ android:configChanges="orientation|screenSize|keyboardHidden"
+ android:label="@string/set_speed_dial"
+ android:theme="@style/SettingsStyle" >
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>