diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-11-28 01:51:19 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-07 20:08:36 +0100 |
commit | d835a9b8f38acf1970acc18ce2030f7d5f7377dd (patch) | |
tree | a8a352279177eb17cfd90ab2dd8e4b32471c250f /app/src/main/res/values/themes.xml | |
parent | b99938b1dc32f70800363f0faba88e7fd771abb4 (diff) |
base for sidebar
Diffstat (limited to 'app/src/main/res/values/themes.xml')
-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> |