summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-10-22 11:15:14 -0700
committerBrian Attwell <brianattwell@google.com>2014-10-22 11:15:14 -0700
commit53e4201f992cef0e27db221d2857c8fc6bf1f176 (patch)
tree54ec7852a4a55d488c91c5dfa93e46f8b44469c2 /AndroidManifest.xml
parentb44a16a83d4b331f2e210b341ac38f5746116301 (diff)
downloadpackages_apps_Contacts-53e4201f992cef0e27db221d2857c8fc6bf1f176.tar.gz
packages_apps_Contacts-53e4201f992cef0e27db221d2857c8fc6bf1f176.tar.bz2
packages_apps_Contacts-53e4201f992cef0e27db221d2857c8fc6bf1f176.zip
Use Material theme for ShowOrCreateActivity dialog
Bug: 16823509 Change-Id: I96ec9d0f01bf65c3abe06bd5146242e4a0f2bd97
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 54fce6987..50e398cff 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -221,7 +221,7 @@
<activity
android:name=".activities.ShowOrCreateActivity"
android:label="@string/launcherActivityLabel"
- android:theme="@android:style/Theme.Translucent.NoTitleBar">
+ android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar">
<intent-filter>
<action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />