Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f322436d authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Fix privacy dialog padding" into sc-v2-dev

parents 5150828c 68b89170
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
/>