summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-04-30 12:35:16 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-04-30 12:35:40 -0700
commitdf296898dade92c961cbe28904fd3a959211f518 (patch)
tree8e3fe6df1363742d31460ae525efef0f64cdffea /res/layout
parent3aa3eb51e2403a5f18ba1b16c574127405252a07 (diff)
downloadandroid_packages_apps_Trebuchet-df296898dade92c961cbe28904fd3a959211f518.tar.gz
android_packages_apps_Trebuchet-df296898dade92c961cbe28904fd3a959211f518.tar.bz2
android_packages_apps_Trebuchet-df296898dade92c961cbe28904fd3a959211f518.zip
Fixing Search box not getting aligned properly based on insets
Bug: 77893699 Change-Id: If195395af7858c3115d695a308810480474541a5
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_container_all_apps.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/search_container_all_apps.xml b/res/layout/search_container_all_apps.xml
index 14d7b53b6..fd9cb60fc 100644
--- a/res/layout/search_container_all_apps.xml
+++ b/res/layout/search_container_all_apps.xml
@@ -20,7 +20,6 @@
android:layout_height="@dimen/all_apps_search_bar_field_height"
android:layout_centerHorizontal="true"
android:layout_gravity="top|center_horizontal"
- android:layout_marginTop="8dp"
android:background="@drawable/bg_all_apps_searchbox"
android:elevation="1dp"
android:focusableInTouchMode="true"