We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05bb11 commit e494e30Copy full SHA for e494e30
app/src/main/res/values/styles.xml
@@ -7,5 +7,10 @@
7
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
8
<item name="colorAccent">@color/colorAccent</item>
9
</style>
10
+
11
+ <style name="AppTheme.CustomTheme" parent="Theme.AppCompat.Light.NoActionBar">
12
+ <item name="android:windowIsTranslucent">true</item>
13
+ <item name="android:windowCloseOnTouchOutside">true</item>
14
+ </style>
15
16
</resources>
0 commit comments