summaryrefslogtreecommitdiff
path: root/mobile-kt/app/res/values/styles.xml
blob: d5037d544413ee5a1d498760f9f752a7e2944db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="button_start__start" parent="@android:style/Widget.Button">
        <item name="android:background">#96060C</item>
        <item name="android:textColor">@android:color/white</item>
    </style>
    <style name="button_start__stop" parent="@android:style/Widget.Button">
        <item name="android:background">#22B225</item>
        <item name="android:textColor">@android:color/white</item>
    </style>
</resources>