diff options
author | Javier <dev.git@javispedro.com> | 2020-02-16 22:18:38 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2020-02-16 22:18:38 +0100 |
commit | 0a72437088b3e8387aa6ab77e20293bc2385788a (patch) | |
tree | d9add727dee224eda5d4d4823a08ce14e37f107f /app/src/main/res/values/styles.xml | |
parent | e88fb30dd01e64a0b2bfd1baec949b1836772fc0 (diff) | |
download | vndroid-0a72437088b3e8387aa6ab77e20293bc2385788a.tar.gz vndroid-0a72437088b3e8387aa6ab77e20293bc2385788a.zip |
update to sdk 29, migrate to androidx, new GUI
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 5885930..545b9c6 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -8,4 +8,13 @@ <item name="colorAccent">@color/colorAccent</item> </style> + <style name="AppTheme.NoActionBar"> + <item name="windowActionBar">false</item> + <item name="windowNoTitle">true</item> + </style> + + <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> + + <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> + </resources> |