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

Commit 7214dca1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add gravity end to the volume dialog root view" into main

parents 7f8e7295 af84d76b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
    android:id="@+id/volume_dialog"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:layout_gravity="end"
    android:alpha="0"
    android:clipChildren="false"
    android:minWidth="@dimen/volume_dialog_window_width">
+1 −0
Original line number Diff line number Diff line
@@ -566,6 +566,7 @@
        <item name="android:backgroundDimEnabled">false</item>
        <item name="android:showWhenLocked">true</item>
        <item name="android:windowBackground">@color/transparent</item>
        <item name="android:enforceNavigationBarContrast">false</item>
        <item name="android:windowIsFloating">false</item>
        <item name="android:windowNoTitle">true</item>
    </style>