mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
define a theme to be used at the foss mode too
This commit is contained in:
parent
1084d1b27a
commit
67a4c20e27
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue