lbry-fdroid/p4a/pythonforandroid/bootstraps/lbry/build/templates/themes.tmpl.xml
2019-05-27 10:30:33 +01:00

7 lines
No EOL
276 B
XML

<resources>
<style name="LbryAppTheme" parent="@android:style/Theme.Material.Light">
<item name="android:windowBackground">@color/lbrygreen</item>
<item name="colorControlActivated">@color/white</item>
<item name="colorAccent">@color/white</item>
</style>
</resources>