This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
original-mcpe-0.6.1/handheld/project/android_java/res/drawable/btngamemode.xml
2026-04-01 23:13:15 +02:00

6 lines
228 B
XML

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true"
android:drawable="@drawable/creative_3" />
<item android:drawable="@drawable/survival_3" />
</selector>