define a theme to be used at the foss mode too
This commit is contained in:
parent
1084d1b27a
commit
67a4c20e27
|
@ -6,7 +6,8 @@
|
|||
android:installLocation="auto">
|
||||
|
||||
<application
|
||||
android:name=".App">
|
||||
android:name=".App"
|
||||
android:theme="@style/AppTheme">
|
||||
|
||||
<activity
|
||||
android:name=".activities.EditActivity">
|
||||
|
|
Loading…
Reference in New Issue