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

7 lines
276 B
XML
Raw Normal View History

<resources>
<style name="LbryAppTheme" parent="@android:style/Theme.Material.Light">
<item name="android:windowBackground">@color/lbrygreen</item>
<item name="colorControlActivated">@color/white</item>
2019-05-27 11:30:33 +02:00
<item name="colorAccent">@color/white</item>
</style>
</resources>