2026-03-06 16:33:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<resources>
|
|
|
|
|
<style name="Theme.IIABController" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
|
|
|
|
|
|
<item name="android:windowBackground">@color/white</item>
|
|
|
|
|
<item name="android:textColorPrimary">@color/black</item>
|
|
|
|
|
|
|
|
|
|
<item name="sectionBackground">@color/section_body_bg_light</item>
|
|
|
|
|
<item name="sectionHeaderBackground">@color/section_header_bg</item>
|
|
|
|
|
</style>
|
2026-04-03 03:00:51 +00:00
|
|
|
<style name="Theme.TransparentQR" parent="Theme.AppCompat.NoActionBar">
|
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
|
<item name="android:backgroundDimEnabled">false</item>
|
|
|
|
|
</style>
|
2026-04-03 17:25:17 +00:00
|
|
|
<style name="PurpleSwitchTheme" parent="">
|
|
|
|
|
<item name="colorControlActivated">#8A2BE2</item>
|
|
|
|
|
</style>
|
2026-03-06 16:33:54 +00:00
|
|
|
</resources>
|