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

Commit 92c64373 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '000-a15-fix_floating' into 'a15'

Fix copy/paste text popup having invisible text in some apps

See merge request e/os/android_frameworks_base!320
parents f08be3ef 78d8ac13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle">
    <solid android:color="@color/e_floating_background"/>
    <solid android:color="?androidprv:attr/materialColorSurfaceContainerHighest"/>
    <corners android:radius="?android:attr/dialogCornerRadius" />
</shape>