diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-11-28 01:51:19 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-11-28 01:51:19 +0100 |
commit | 21ea067cf29becf6ea85a56fa258259e8c5208b0 (patch) | |
tree | 2297ce149508b0705a1001e1346851cf72fead52 /app/src/main/res/values/themes.xml | |
parent | 38796aeb892379b8c2b7e4e1d7af00c4c050e8dc (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> |