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

Commit 3b7a0920 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix overlapping problem on popup window"

parents 7a3e9a90 c0b2d065
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@
        android:layout_width="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="16dp"
        android:layout_marginBottom="8dp"/>
        android:layout_marginBottom="8dp"
        android:theme="@style/Widget.PopupWindow.Settings"/>

    <ImageView
        android:id="@+id/filter_settings"
+6 −0
Original line number Diff line number Diff line
@@ -651,4 +651,10 @@
        <item name="android:background">?android:attr/selectableItemBackground</item>
    </style>

    <style name="Widget.PopupWindow.Settings"
           parent="@android:style/Widget.DeviceDefault.PopupWindow">
        <item name="android:clipToPadding">true</item>
        <item name="android:clipChildren">true</item>
    </style>

</resources>