2025-04-15 19:56:47 +08:00

10 lines
423 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.VionTV" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">
<!-- Primary brand color. -->
<item name="colorPrimaryDark">@android:color/white</item>
<item name="android:windowLightStatusBar">true</item>
<!-- Customize your theme here. -->
</style>
</resources>