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

Commit 9cf937f5 authored by Eric Biedert's avatar Eric Biedert Committed by Eric Biedert
Browse files

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
parent d442df6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"