diff options
author | Eric Biedert <biederteric.eb@gmail.com> | 2016-06-23 18:53:38 +0200 |
---|---|---|
committer | Eric Biedert <epiceric@t-online.de> | 2016-06-25 04:03:33 -0700 |
commit | 9cf937f503bb9e9f89a1f9c95edc94857661cab1 (patch) | |
tree | 93973b1c857dace2f780f3e912b3f7f7ee7dafd7 /packages | |
parent | d442df6df4fe4566a1664a30d312020bf89afb35 (diff) | |
download | frameworks_base-9cf937f503bb9e9f89a1f9c95edc94857661cab1.zip frameworks_base-9cf937f503bb9e9f89a1f9c95edc94857661cab1.tar.gz frameworks_base-9cf937f503bb9e9f89a1f9c95edc94857661cab1.tar.bz2 |
SystemUI: Add margin in qs_tile_top between instruction text and add button
Screens:
- http://i.imgur.com/sHV1e5j.png
- http://i.imgur.com/m4vA8zo.png (with exclamation marks to see padding better)
Change-Id: I5714a68268d2567153d8bf851e151b7af8b699d8
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/res/layout/qs_tile_top.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/qs_tile_top.xml b/packages/SystemUI/res/layout/qs_tile_top.xml index 1602e21..d9a7ad8 100644 --- a/packages/SystemUI/res/layout/qs_tile_top.xml +++ b/packages/SystemUI/res/layout/qs_tile_top.xml @@ -57,6 +57,7 @@ android:id="@+id/edit_text_instruction" android:layout_width="0dp" android:layout_height="match_parent" + android:layout_marginEnd="16dp" android:gravity="center_vertical" android:layout_weight="1" android:textColor="@color/qs_edit_header_instruction_text_color" |