Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 91fe327

Browse files
Michelle WongSeverin Rudie
Michelle Wong
authored and
Severin Rudie
committed
Closes #2353: Change padding amount for design consistency
1 parent ab69261 commit 91fe327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/settings_tile.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
android:layout_width="match_parent"
3636
android:layout_height="wrap_content"
3737
android:gravity="center"
38-
android:paddingBottom="9dp"
39-
android:paddingTop="9dp"
38+
android:paddingBottom="8dp"
39+
android:paddingTop="8dp"
4040
android:paddingLeft="12dp"
4141
android:paddingRight="12dp"
4242
android:singleLine="true"

0 commit comments

Comments
 (0)