define a theme to be used at the foss mode too

This commit is contained in:
tibbi 2020-12-06 10:01:57 +01:00
parent 1084d1b27a
commit 67a4c20e27

View file

@ -6,7 +6,8 @@
android:installLocation="auto">
<application
android:name=".App">
android:name=".App"
android:theme="@style/AppTheme">
<activity
android:name=".activities.EditActivity">