aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v21/styles.xml
blob: 19d23c102e18a4f3da66bc948ea49bf982d3d158 (plain)
1
2
3
4
5
6
7
8
<resources>
	<style name="AppTheme.NoActionBar">
		<item name="windowActionBar">false</item>
		<item name="windowNoTitle">true</item>
		<item name="android:windowDrawsSystemBarBackgrounds">true</item>
		<item name="android:statusBarColor">@android:color/transparent</item>
	</style>
</resources>