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

Commit a4a279b8 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Add shadow to permissions dialog.

Fixes: 28746698
Change-Id: I3a742ce5afb6020bd24bfd0d9bfec59873f1e7d6
parent f71c1317
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -18,13 +18,19 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:clipChildren="false">
    android:clipChildren="false"
    android:paddingLeft="@*android:dimen/floating_window_margin_left"
    android:paddingRight="@*android:dimen/floating_window_margin_right"
    android:paddingTop="@*android:dimen/floating_window_margin_top"
    android:paddingBottom="@*android:dimen/floating_window_margin_bottom"
    android:clipToPadding="false">

    <LinearLayout
        android:id="@+id/dialog_container"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:elevation="@*android:dimen/floating_window_z"
        android:background="@drawable/dialog_background">

        <FrameLayout