Fix random mode to change themes and block skins every 10 lines/level up

This commit is contained in:
cmclark00 2025-03-31 17:07:28 -04:00
parent b2a9c40539
commit 5faa780c62
5 changed files with 152 additions and 74 deletions

View file

@ -687,11 +687,18 @@
android:id="@+id/customizationThemeSelector"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:focusable="true"
android:focusableInTouchMode="true" />
<!-- Block Skin Selector -->
<com.mintris.ui.BlockSkinSelector
android:id="@+id/customizationBlockSkinSelector"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:focusableInTouchMode="true" />
<!-- Random Mode Switch -->
<!-- Random Mode Toggle -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -721,14 +728,6 @@
android:focusable="true"
android:focusableInTouchMode="true" />
</LinearLayout>
<!-- Block Skin Selector -->
<com.mintris.ui.BlockSkinSelector
android:id="@+id/customizationBlockSkinSelector"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:focusableInTouchMode="true" />
<!-- Back Button -->
<Button