aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v21/themes.xml
blob: acd117b59869e1002e941d5672eb2a132cb8ce94 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<style name="Theme.DSub.Light" parent="Theme.DSub.Light.Base">
		<item name="android:windowTranslucentStatus">true</item>
	</style>

	<style name="Theme.DSub.Dark" parent="Theme.DSub.Dark.Base">
		<item name="android:windowTranslucentStatus">true</item>
	</style>
</resources>