mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-20 19:45:20 +01:00
Enhanced theme system with immediate UI updates, improved progression speed, and added visual/haptic feedback for theme selection
This commit is contained in:
parent
ae5ad1ed03
commit
809ae33e5e
8 changed files with 316 additions and 46 deletions
|
@ -263,6 +263,7 @@
|
|||
android:layout_marginBottom="32dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/settingsTitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings"
|
||||
|
@ -347,6 +348,7 @@
|
|||
android:gravity="center">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/selectLevelText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/select_level"
|
||||
|
@ -416,6 +418,7 @@
|
|||
android:layout_marginTop="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/musicText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/music"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue