Merge "Fix privacy dialog padding" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f322436d6a
@@ -22,10 +22,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="@dimen/ongoing_appops_dialog_side_margins"
|
android:layout_marginStart="@dimen/ongoing_appops_dialog_side_margins"
|
||||||
android:layout_marginEnd="@dimen/ongoing_appops_dialog_side_margins"
|
android:layout_marginEnd="@dimen/ongoing_appops_dialog_side_margins"
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingBottom="8dp"
|
android:paddingBottom="8dp"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="8dp"
|
||||||
android:paddingHorizontal="@dimen/ongoing_appops_dialog_side_padding"
|
android:paddingHorizontal="@dimen/ongoing_appops_dialog_side_padding"
|
||||||
android:background="@drawable/qs_dialog_bg"
|
android:background="@drawable/qs_dialog_bg"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user