OSDN Git Service

[DO NOT MERGE] Address some spacing issues in all apps related to new support library
authorAdam Cohen <adamcohen@google.com>
Tue, 12 Apr 2016 21:17:58 +0000 (14:17 -0700)
committerArne Coucheron <arco68@gmail.com>
Mon, 14 Nov 2016 00:33:55 +0000 (01:33 +0100)
issue 27581978

Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227

res/layout/all_apps_empty_search.xml
res/layout/all_apps_icon.xml
res/layout/all_apps_prediction_bar_icon.xml
res/layout/all_apps_search_market.xml

index c4e9184..ab1ee9d 100644 (file)
@@ -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"
index 0985e95..bb95c5f 100644 (file)
@@ -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"
index 0985e95..bb95c5f 100644 (file)
@@ -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"
index 1ed5088..703af06 100644 (file)
@@ -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"