-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor: Reorganize General Settings and Bottom Navigation Bar
This commit refactors the general settings screen and bottom navigation bar: - Reorganizes the general settings screen for better readability and consistency. - Adds the option to configure the middle navigation action for multiple actions. - Refactors the navigation bar to be bottom or rail-style depending on screen size. - Adds support for a middle action button for navigation with multiple actions. - Improves handling of screen transition animations for the bottom navigation bar.
- Loading branch information
jacobrein
committed
Oct 18, 2024
1 parent
4e35671
commit 720cc9d
Showing
7 changed files
with
747 additions
and
307 deletions.
There are no files selected for viewing
347 changes: 259 additions & 88 deletions
347
UIViews/src/main/java/com/programmersbox/uiviews/BaseMainActivity.kt
Large diffs are not rendered by default.
Oops, something went wrong.
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
626 changes: 409 additions & 217 deletions
626
UIViews/src/main/java/com/programmersbox/uiviews/settings/GeneralSettings.kt
Large diffs are not rendered by default.
Oops, something went wrong.
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