aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
blob: d282712ad7bf9f4611ee72fdfa78d914bfdf63ee (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<style name="NoTitle" parent="android:Theme">
		<item name="android:windowNoTitle">true</item>
		<item name="android:windowContentOverlay">@null</item>
	</style>
</resources>