Skip to content

Commit

Permalink
Increase spacing between texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Florianisme committed Feb 10, 2022
1 parent 4905003 commit bffdbe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/fragment_backup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="4dp"
android:text="@string/backup_note"
android:textAppearance="?attr/textAppearanceBody1"
android:textStyle="bold" />
Expand All @@ -45,7 +46,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginTop="24dp"
android:orientation="horizontal">

<Button
Expand Down

0 comments on commit bffdbe5

Please sign in to comment.