diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/styles.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 57a528fd..3248cfd4 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -27,6 +27,11 @@ <item name="android:windowTranslucentStatus">true</item> </style> + <style name="AppTheme.NoActionBarWithTransparentBackground" parent="AppTheme.NoActionBar"> + <item name="android:windowIsTranslucent">true</item> + <item name="android:windowBackground">@android:color/transparent</item> + </style> + <style name="AppTheme.ActionBar.Transparent" parent="AppTheme"> <item name="android:windowBackground">@android:color/black</item> <item name="android:windowTranslucentStatus">true</item> |