Add padding top and bottom for each permission item

Fix: 278488655
Test: manually test
Change-Id: I68db68aa4cae3c067a9239a00b97eb50f760b75c
This commit is contained in:
Evan Chen
2023-04-18 05:27:12 +00:00
parent ffdabfc290
commit eecc756528

View File

@@ -22,7 +22,8 @@
android:orientation="horizontal"
android:paddingStart="32dp"
android:paddingEnd="32dp"
android:paddingTop="12dp">
android:paddingTop="6dp"
android:paddingBottom="6dp">
<ImageView
android:id="@+id/permission_icon"