aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/skar_java/src/main/res/menu/platte_bar.xml
blob: c3e9f0c66db1b75b829d051d1acfe75b7ec8693a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/palette_red"
        android:title="Red" />
    <item
        android:id="@+id/palette_green"
        android:title="Green" />
    <item
        android:id="@+id/palette_reset"
        android:title="Reset" />
</menu>