Id renaming

This commit is contained in:
CappielloAntonio 2022-01-03 15:09:00 +01:00
parent 37bf77bbf7
commit 7e0081b020
3 changed files with 3 additions and 2 deletions

1
.idea/misc.xml generated
View file

@ -87,6 +87,7 @@
<entry key="app/src/main/res/layout/fragment_settings.xml" value="0.3229166666666667" /> <entry key="app/src/main/res/layout/fragment_settings.xml" value="0.3229166666666667" />
<entry key="app/src/main/res/layout/fragment_song_list_page.xml" value="0.225" /> <entry key="app/src/main/res/layout/fragment_song_list_page.xml" value="0.225" />
<entry key="app/src/main/res/layout/inner_fragment_player_controller.xml" value="0.3229166666666667" /> <entry key="app/src/main/res/layout/inner_fragment_player_controller.xml" value="0.3229166666666667" />
<entry key="app/src/main/res/layout/inner_fragment_player_controller_layout.xml" value="0.3229166666666667" />
<entry key="app/src/main/res/layout/inner_fragment_player_cover.xml" value="0.3229166666666667" /> <entry key="app/src/main/res/layout/inner_fragment_player_cover.xml" value="0.3229166666666667" />
<entry key="app/src/main/res/layout/inner_fragment_player_lyrics.xml" value="0.3229166666666667" /> <entry key="app/src/main/res/layout/inner_fragment_player_lyrics.xml" value="0.3229166666666667" />
<entry key="app/src/main/res/layout/inner_fragment_player_queue.xml" value="0.3229166666666667" /> <entry key="app/src/main/res/layout/inner_fragment_player_queue.xml" value="0.3229166666666667" />

View file

@ -2,7 +2,7 @@
<androidx.media3.ui.PlayerControlView <androidx.media3.ui.PlayerControlView
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/player_control_body_layout" android:id="@+id/now_playing_song_controller_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:controller_layout_id="@layout/inner_fragment_player_controller_layout" app:controller_layout_id="@layout/inner_fragment_player_controller_layout"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/player_body_bottom_sheet_layout" android:id="@+id/now_playing_song_controller_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">