File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/src/main/java/com/shub39/rush/presentation/saved/component Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55- Redid all icons. (reason)[ https://x.com/riggaroo/status/1971485475866341530?s=20 ]
66- Fixed Synced lyrics anchoring to the bottom (#199 )
77- Added Scale to the current synced lyric
8+ - Added google sans font (#206 )
89- Added Controls for media (#204 )
910- Added Action bar in landscape mode (#210 )
1011- All screens are now usable in landscape mode and larger devices.
Original file line number Diff line number Diff line change 1818- [x] Download Lyrics
1919- [x] Share Lyrics
2020- [x] Customisations
21- - [x] Auto-fill current playing song in search
21+ - [x] Autofill current playing song in search
2222- [x] Synced Lyrics
2323- [x] Import and Export saved lyrics
2424
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ fun SavedPageActions(
3030 onNavigateToLyrics : () -> Unit ,
3131 modifier : Modifier = Modifier
3232) {
33-
3433 @Composable
3534 fun Buttons () {
3635 if (notificationAccess) {
@@ -67,7 +66,7 @@ fun SavedPageActions(
6766 if (isRow) {
6867 Row (
6968 modifier = modifier,
70- verticalAlignment = Alignment .CenterVertically ,
69+ verticalAlignment = Alignment .Bottom ,
7170 horizontalArrangement = Arrangement .spacedBy(8 .dp)
7271 ) {
7372 Buttons ()
You can’t perform that action at this time.
0 commit comments