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

Commit 68b89170 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Fix privacy dialog padding

Test: manual
Fixes: 206646886
Change-Id: I3c17408f4792fbd64fadd0f089ab442d1ea4b8f5
parent 64c7c715
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"
/>