diff options
author | Marvin Borner | 2018-07-24 20:28:47 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-24 20:28:47 +0200 |
commit | 4ada3652d88e7a97680759c44ee7b39953a867a7 (patch) | |
tree | 44d003d19e5e9f38d7a5ae9c25fb808c83109729 /app/src/main/res/values/styles.xml | |
parent | 43fb95de3fb3e825a6cbf0de68bd965556b73a75 (diff) |
Added transitions and fixed some design issues
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index d4ea9ae..545b9c6 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,7 +1,7 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.AppCompat"> + <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> |