mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-22 04:45:19 +01:00
Fix customization menu navigation and layout issues: - Fix D-pad navigation between theme and block skin selectors - Prevent word wrapping in customization title - Add ThemeManager for theme color management - Improve menu item highlighting and focus handling
This commit is contained in:
parent
a8f095cf42
commit
71a8efff91
6 changed files with 555 additions and 114 deletions
6
app/src/main/res/drawable/menu_section_background.xml
Normal file
6
app/src/main/res/drawable/menu_section_background.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#80000000" />
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue