Rabbit-R1/switch port/smali/res/values-watch/styles.xml

16 lines
768 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Theme.AppCompat.Dialog" parent="@style/Base.V21.Theme.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowElevation">0.0dip</item>
</style>
<style name="Base.Theme.AppCompat.Light.Dialog" parent="@style/Base.V21.Theme.AppCompat.Light.Dialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowElevation">0.0dip</item>
</style>
<style name="Base.ThemeOverlay.AppCompat.Dialog" parent="@style/Base.V21.ThemeOverlay.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowElevation">0.0dip</item>
</style>
</resources>