9 lines
521 B
XML
9 lines
521 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="FlexInput.DialogWhenLarge" parent="@style/Theme.AppCompat.DayNight.DialogWhenLarge">
|
|
<item name="android:colorBackground">@android:color/transparent</item>
|
|
<item name="android:windowTranslucentStatus">true</item>
|
|
<item name="flexInputAddContentLauncherTitle">@string/choose_an_application</item>
|
|
<item name="flexInputDialogBackground">@android:drawable/screen_background_dark_transparent</item>
|
|
</style>
|
|
</resources>
|