Add random mode toggle and fix resource linking issues

This commit is contained in:
cmclark00 2025-03-31 16:37:57 -04:00
parent 0b78bf7833
commit b2a9c40539
6 changed files with 209 additions and 100 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
<stroke
android:width="1dp"
android:color="#33FFFFFF" />
<solid android:color="#1AFFFFFF" />
</shape>