Skip to content

Commit e494e30

Browse files
authored
Update styles.xml
1 parent d05bb11 commit e494e30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/res/values/styles.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
88
<item name="colorAccent">@color/colorAccent</item>
99
</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>
1015

1116
</resources>

0 commit comments

Comments
 (0)