add light and dark theme

* currently the theme can not be changed
This commit is contained in:
2020-11-22 14:24:02 +01:00
parent 57897077ab
commit 71079ddc92
15 changed files with 63 additions and 30 deletions

View File

@ -10,7 +10,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@style/AppThemeLight">
<activity
android:name=".SplashActivity"
android:label="@string/app_name"