-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui(refactor pt.1): Migrate base app theme,
settingsAdapter
, `MainAc…
…tivity` to material3 (#25) * Update main app style to material 3 * Migrate checkboxes to material switches SettingsAdapter and RunningSettingsDialog only * Move dialogs to Material3 Dialogs * Update seekbars to Material3 Sliders * Fix Mem1 and Mem2 sliders * Update SettingsAdapter item and header styling * Readd headerBar * [WIP] Use Material3 Sliders on CheatsActivity * Migrate to themes.xml * androidManifest: use new theme * Remove hardcoded colors * Don't use accent color for status bar * activity_main: fix light mode action bar * fragment_convert: fix checkbox * dialog_game_details: some fixes * themes: remove redundant attrs * build.gradle.kts: enable viewBinding * Update MainActivity to material3 * Change app name and userDir name to dolphin-enhanced * MainActivity: Remove Item Divider * fix appBar height * activity_main: Add fab to add games * Move input bindings to seperate settings section * Revert input bindings back to legacy dialog * Improve MainActivity header * Improve SettingsAdapter headerBar * dialog_game_details: try to make it scrollable * Readd `Run File` & `Clear Cache` action * activity_editor: fix toolbar title color * Fix editor icon * Rework MainActivity itilebar layout * Update activity_main.xml * Rework icons on MainActivity header * Small cleanup * Cleanup & rework some stuff * Minor rebrand to convert dialog * MotionAlertDialog: migrate to MaterialAlertDialog * wrage * Update MotionAlertDialog.kt * Update MotionAlertDialog.kt * Update MotionAlertDialog.kt * Update themes.xml * Update themes.xml * Update MotionAlertDialog.kt * Limit the slider's input field value to match the sliders steps * Fix invalid value string in dialogs and tweak padding * Minor re-tick --------- Co-authored-by: Ishan09811 <[email protected]> Co-authored-by: Gamer64 <[email protected]>
- Loading branch information
1 parent
c1efcbf
commit 4a7d978
Showing
44 changed files
with
892 additions
and
768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ android { | |
|
||
buildFeatures { | ||
buildConfig = true | ||
viewBinding = true | ||
} | ||
|
||
compileOptions { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.