mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
e0ddb4462c
Fixes some jank exhibited by the fact that the keyboard and the EditText are running in the same process
10 lines
449 B
XML
10 lines
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.TextEditPopup" parent="Theme.AppCompat.DayNight.Dialog">
|
|
<item name="windowNoTitle">true</item>
|
|
<item name="android:windowBackground">@null</item>
|
|
<item name="android:windowCloseOnTouchOutside">true</item>
|
|
<item name="android:windowIsFloating">true</item>
|
|
<item name="android:backgroundDimEnabled">true</item>
|
|
</style>
|
|
</resources> |