Fix/search screen design#64
Merged
Merged
Conversation
Refactored the search result items (Song, Album, and Artist) to improve their design and ensure consistency. - Standardized padding and spacing for a more balanced layout. - Ensured consistent text styles and vertical alignment across all item types. - Removed unnecessary code and simplified the layout for better readability.
This commit introduces several UI refinements and removes the "Mock Genres" setting.
Key changes:
- **Typography**:
- Added a new `titleMedium` style to `ExpTitleTypography` in `Type.kt`.
- The "Library" title in `LibraryScreen.kt` now uses this new `titleMedium` style.
- **Search Screen**:
- Removed `verticalArrangement` from the filter chip row in `SearchScreen.kt` to allow default spacing.
- **Settings Screen**:
- The "Mock Genres" switch item has been removed from `SettingsScreen.kt`.
- The icon for "Navigation Bar Corner Radius" has been changed from `rounded_all_inclusive_24` to a new `rounded_rounded_corner_24` icon.
- **New Icon**:
- Added `rounded_rounded_corner_24.xml` drawable.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.