mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Small layout improvement
This commit is contained in:
parent
1158d895a5
commit
1fbdba8b0e
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
android:id="@+id/stripe"
|
||||
android:layout_width="3dp"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/darker_gray" />
|
||||
android:background="@android:color/darker_gray"
|
||||
android:layout_marginEnd="3dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="3dp"
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp">
|
||||
|
|
Loading…
Reference in a new issue