lbry-fdroid/p4a/pythonforandroid/bootstraps/lbry/build/templates/themes.tmpl.xml

6 lines
242 B
XML
Raw Normal View History

<resources>
<style name="LbryAppTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@color/lbryGreen</item>
<item name="colorControlActivated">@color/nextLbryGreen</item>
</style>
</resources>