Fix privacy dialog padding
Test: manual Fixes: 206646886 Change-Id: I3c17408f4792fbd64fadd0f089ab442d1ea4b8f5
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/ongoing_appops_dialog_side_margins"
|
||||
android:layout_marginEnd="@dimen/ongoing_appops_dialog_side_margins"
|
||||
android:layout_marginTop="8dp"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="8dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingTop="8dp"
|
||||
android:paddingHorizontal="@dimen/ongoing_appops_dialog_side_padding"
|
||||
android:background="@drawable/qs_dialog_bg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user