feat: increase top padding in theme item for consistency
This commit is contained in:
parent
84ba4ea999
commit
2d4fc2166a
|
@ -5,6 +5,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false">
|
||||
|
|
Loading…
Reference in New Issue