summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/data/lib/res/values/styles.xml
blob: 4ce63339406319517655480421f3158eb7813581 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Platform.AppCompat" parent="@android:style/Theme">
        <item name="android:windowNoTitle">true</item>
    </style>

    <bool name="allow">true</bool>
</resources>