summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2016-04-12 14:17:58 -0700
committerTom Powell <zifnab@zifnab06.net>2017-03-26 16:23:06 -0700
commit7621a4afe8bfc78db45fc531879022c1b708b154 (patch)
treeb6729aeb63a2ddaf46f4a0f20a2f9becf8300529
parent08c2d3a3c51c0862691507edc7b90ca39b1d08ed (diff)
downloadandroid_packages_apps_Trebuchet-7621a4afe8bfc78db45fc531879022c1b708b154.tar.gz
android_packages_apps_Trebuchet-7621a4afe8bfc78db45fc531879022c1b708b154.tar.bz2
android_packages_apps_Trebuchet-7621a4afe8bfc78db45fc531879022c1b708b154.zip
[DO NOT MERGE] Address some spacing issues in all apps related to new support library
issue 27581978 Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227
-rw-r--r--res/layout/all_apps_empty_search.xml2
-rw-r--r--res/layout/all_apps_icon.xml2
-rw-r--r--res/layout/all_apps_prediction_bar_icon.xml2
-rw-r--r--res/layout/all_apps_search_market.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/all_apps_empty_search.xml b/res/layout/all_apps_empty_search.xml
index c4e91844c..ab1ee9d68 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"
diff --git a/res/layout/all_apps_icon.xml b/res/layout/all_apps_icon.xml
index 0985e95c0..bb95c5fb8 100644
--- a/res/layout/all_apps_icon.xml
+++ b/res/layout/all_apps_icon.xml
@@ -18,7 +18,7 @@
xmlns:launcher="http://schemas.android.com/apk/res-auto"
style="@style/Icon.AllApps"
android:id="@+id/icon"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:paddingTop="@dimen/all_apps_icon_top_bottom_padding"
diff --git a/res/layout/all_apps_prediction_bar_icon.xml b/res/layout/all_apps_prediction_bar_icon.xml
index 341d8ef4f..f15aeaf75 100644
--- a/res/layout/all_apps_prediction_bar_icon.xml
+++ b/res/layout/all_apps_prediction_bar_icon.xml
@@ -18,7 +18,7 @@
xmlns:launcher="http://schemas.android.com/apk/res-auto"
style="@style/Icon.AllApps"
android:id="@+id/icon"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:paddingTop="@dimen/all_apps_prediction_icon_top_padding"
diff --git a/res/layout/all_apps_search_market.xml b/res/layout/all_apps_search_market.xml
index 1ed508890..703af066c 100644
--- a/res/layout/all_apps_search_market.xml
+++ b/res/layout/all_apps_search_market.xml
@@ -16,7 +16,7 @@
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/search_market_text"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="start|center_vertical"
android:paddingLeft="16dp"