summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_list_view.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-14 21:42:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-14 21:42:07 +0000
commitfb445cd97d828fa2d9fe3190b25524e39038cd0b (patch)
treeb58f33560f46eb71565ed32ca29293e8a5d07086 /res/layout/apps_list_view.xml
parentc2af7f9175d6ae1cb1ec599a6b9361f4434fa531 (diff)
parent7066003b2032a49ae5e59dab9b706259bdeb7e6e (diff)
downloadandroid_packages_apps_Trebuchet-fb445cd97d828fa2d9fe3190b25524e39038cd0b.tar.gz
android_packages_apps_Trebuchet-fb445cd97d828fa2d9fe3190b25524e39038cd0b.tar.bz2
android_packages_apps_Trebuchet-fb445cd97d828fa2d9fe3190b25524e39038cd0b.zip
Merge "Various lint error fixes." into ub-launcher3-burnaby
Diffstat (limited to 'res/layout/apps_list_view.xml')
-rw-r--r--res/layout/apps_list_view.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/apps_list_view.xml b/res/layout/apps_list_view.xml
index ef20323c1..5e50191ea 100644
--- a/res/layout/apps_list_view.xml
+++ b/res/layout/apps_list_view.xml
@@ -56,6 +56,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start|center_vertical"
+ android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:paddingTop="13dp"
android:paddingBottom="13dp"
@@ -86,6 +87,7 @@
android:layout_height="wrap_content"
android:layout_gravity="end|center_vertical"
android:layout_marginEnd="6dp"
+ android:layout_marginRight="6dp"
android:paddingTop="13dp"
android:paddingBottom="13dp"
android:contentDescription="@string/apps_view_search_bar_hint"