summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2011-10-12 12:27:16 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2011-10-18 14:35:05 -0700
commita8729cdf778f9ca927b06afde685f7ac6b8c917f (patch)
treed1c02f1af7e17d729ba635e40eed6eb495e1899d /AndroidManifest.xml
parent0a65b8bbf7f00edb0cb0d17934f53bd4206b3ce7 (diff)
downloadandroid_packages_apps_Contacts-a8729cdf778f9ca927b06afde685f7ac6b8c917f.tar.gz
android_packages_apps_Contacts-a8729cdf778f9ca927b06afde685f7ac6b8c917f.tar.bz2
android_packages_apps_Contacts-a8729cdf778f9ca927b06afde685f7ac6b8c917f.zip
Introduce ActionBar in picker screens
This change focuses on phone screens. Tablet UI fix will be done later. - show SearchView on the action bar - show "create new contact" as a menu on the split action bar - keep "create new contact" button for tablet support. - a few visual tweaks for phone Also this removes "show all contacts" item in JoinContactActivity. Now all contacts are shown by default. Bug: 5394377 Change-Id: I82e59b374888d522c81cd4957cb3fde286b419f6
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 722fc46ce..d9482d05e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -274,7 +274,7 @@
android:theme="@style/ContactPickerTheme"
android:launchMode="singleTop"
android:clearTaskOnLaunch="true"
- >
+ android:uiOptions="splitActionBarWhenNarrow">
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />