10 lines
423 B
XML
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> |