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