diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-14 21:41:46 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-14 21:41:46 +0100 |
commit | f10380f7d8bc85d8127328a9d9c092bc109bb340 (patch) | |
tree | d29982b212b90a4803dbf0a74541ef25388d742f /app/src/main/res | |
parent | a9b915ef35523aad21f70bddee2103cfb0d8ddb4 (diff) |
add missing files
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 80607409..a64779e5 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimary</item> </style> |