summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_empty_search.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2016-03-29 15:05:48 -0700
committerAdam Cohen <adamcohen@google.com>2016-03-29 15:07:44 -0700
commitbd238c9e1bd742175518f176077100b812346e85 (patch)
treee4eec766e0bed9ae5dbbe7c1df5c98255de9da77 /res/layout/all_apps_empty_search.xml
parent855b1b5fff5f6f03a641b3b6973780a24fd9641e (diff)
downloadandroid_packages_apps_Trebuchet-bd238c9e1bd742175518f176077100b812346e85.tar.gz
android_packages_apps_Trebuchet-bd238c9e1bd742175518f176077100b812346e85.tar.bz2
android_packages_apps_Trebuchet-bd238c9e1bd742175518f176077100b812346e85.zip
Yet another RecyclerView child that needs match_parent
issue 27705077 Change-Id: I16bdefe37351c26897a57d314a58718cb837543d
Diffstat (limited to 'res/layout/all_apps_empty_search.xml')
-rw-r--r--res/layout/all_apps_empty_search.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/all_apps_empty_search.xml b/res/layout/all_apps_empty_search.xml
index 5439111a2..e1635d638 100644
--- a/res/layout/all_apps_empty_search.xml
+++ b/res/layout/all_apps_empty_search.xml
@@ -16,7 +16,7 @@
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/empty_text"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
android:paddingTop="@dimen/all_apps_empty_search_message_top_offset"