Add padding top and bottom for each permission item
Fix: 278488655 Test: manually test Change-Id: I68db68aa4cae3c067a9239a00b97eb50f760b75c
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user