summaryrefslogtreecommitdiffstats
path: root/res/layout/all_contacts_activity.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-02 16:49:38 -0700
committerYorke Lee <yorkelee@google.com>2014-04-14 17:57:27 -0700
commit86e21f733049560e77b92f17a58474312d72ec3e (patch)
treeca0923ca401f1b73f19c7e3ff30ae3478fb97886 /res/layout/all_contacts_activity.xml
parentfb8080e7627b91f25e4c13a270d2a7de8e5c609b (diff)
downloadandroid_packages_apps_Dialer-86e21f733049560e77b92f17a58474312d72ec3e.tar.gz
android_packages_apps_Dialer-86e21f733049560e77b92f17a58474312d72ec3e.tar.bz2
android_packages_apps_Dialer-86e21f733049560e77b92f17a58474312d72ec3e.zip
Add actionbar to Dialer
Initial changes to replace the fake actionbar affordances in Dialer with an actual actionBar. This puts the dialer in an intermediate hybrid state where we are now using the system actionbar for search, but the searchview is not yet themed to look like our old search bar, so this is definitely still WIP UI. This CL retains the fake action bar at the bottom of the screen to continue allowing quick access to call history while other changes are underway, but replaces the searchview and the overflow menu with framework provided actionbar functionality. Other related changes: * The searchview (in the top actionbar) is hidden when scrolling to devote the entire screen area to the speeddial list https://folio.googleplex.com/phone/L/0407/#/03.png * Functionality provided by the fake overflow menu has been moved to the real actionbar overflow menu * Various modifications to child fragments/listviews to take into account the existence of an actionbar * Cleaned up unneeded styles and related-dead code Bug: 13933082 Change-Id: Ifd855bd67af7bf2d2a403ef9556ade54e8d57ee6
Diffstat (limited to 'res/layout/all_contacts_activity.xml')
-rw-r--r--res/layout/all_contacts_activity.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/all_contacts_activity.xml b/res/layout/all_contacts_activity.xml
index a91302711..50cba1eca 100644
--- a/res/layout/all_contacts_activity.xml
+++ b/res/layout/all_contacts_activity.xml
@@ -17,7 +17,6 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginTop="?android:attr/actionBarSize"
android:id="@+id/all_contacts_frame">
<fragment android:name="com.android.dialer.list.AllContactsFragment"
android:id="@+id/all_contacts_fragment"