aboutsummaryrefslogtreecommitdiffstats
path: root/examples/platforms/android/qml_in_java_based_android_project/app/src/main/res/values/styles.xml
blob: bce864063ac58d43f3cad53383e28f20da67e5d7 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="switchStyle">
        <item name="android:textSize">12sp</item>
    </style>
</resources>