This commit is contained in:
2026-01-28 12:28:20 +00:00
parent ca6b5d1c1d
commit 1f8b217ab7
279 changed files with 27047 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Base.ThemeOverlay.AppCompat.Dialog" parent="Base.V7.ThemeOverlay.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
</resources>