lbry-android-sdk/p4a/pythonforandroid/bootstraps/lbry/build/templates/themes.tmpl.xml
Akinwale Ariwodola 5a737ce38d
wait for user to complete email verification (#548)
* wait for user to complete email verification on first run
* add password strength meter. fix auth bugs in first run.
2019-05-23 22:11:52 +01:00

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