Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c6f32c2 authored by Adam Cohen's avatar Adam Cohen
Browse files

[DO NOT MERGE] Address some spacing issues in all apps related to new support library

issue 27581978

Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227
(cherry picked from commit d797327b)
parent 1124f201
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"