aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/example/src/main/res/values/styles.xml
blob: 1ef1ba72e442f655650de6d83fafc0f080a79135 (plain)
1
2
3
4
5
6
7
8
9
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorControlActivated">@color/color_control_activated</item>
    </style>

</resources>