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

6 lines
229 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>
</style>
</resources>