summaryrefslogtreecommitdiffstats
path: root/res/layout/search_edittext.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-03 17:11:42 -0700
committerAndrew Lee <anwlee@google.com>2014-06-03 17:34:47 -0700
commitbcbcd9c2db5035fa010f12c2a120fd4c35cae005 (patch)
treebf8e754ddce3ec9bcaba9e2e42232a35fac4b5b1 /res/layout/search_edittext.xml
parentd4a57a94d55840782a444bda20ae45d387fc2230 (diff)
downloadandroid_packages_apps_Dialer-bcbcd9c2db5035fa010f12c2a120fd4c35cae005.tar.gz
android_packages_apps_Dialer-bcbcd9c2db5035fa010f12c2a120fd4c35cae005.tar.bz2
android_packages_apps_Dialer-bcbcd9c2db5035fa010f12c2a120fd4c35cae005.zip
Some more search polish.
- Reset padding after applying 9-patch so things are centered properly. - Properly adjust visibility of more views to make animation more smooth. Merge logic into common helper method. Bug: 15343931 Change-Id: I5ab62a823c8fad8a7644aaad641d5193d0dc6af8
Diffstat (limited to 'res/layout/search_edittext.xml')
-rw-r--r--res/layout/search_edittext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml
index ac1114e2a..ac31ea3b6 100644
--- a/res/layout/search_edittext.xml
+++ b/res/layout/search_edittext.xml
@@ -82,7 +82,7 @@
android:layout_height="match_parent"
android:orientation="horizontal"
android:gravity="center_vertical"
- android:visibility="gone" >
+ android:visibility="gone">
<ImageButton
android:id="@+id/search_back_button"