aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/attrs.xml
blob: ce110418ed2502100f2c60816c59ceb7714e6ed9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="CustomTheme">
        <attr name="colorFab" format="color" />
        <attr name="colorFabPressed" format="color" />
        <attr name="colorEmphasis" format="color" />
    </declare-styleable>
</resources>