
Rework the playback slide up implementation to be more straightfoward. This is really composed of stylistic improvements, very little in actual behavior changes. This does re-introduce a regression when nothing is playing where the scroll position will become off when rotating, but that desynchronization happens often so unless I were to completely migrate both the panel and the bar to a view, I don't really see it as an issue.
11 lines
No EOL
448 B
XML
11 lines
No EOL
448 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- This is for BottomSheetLayout -->
|
|
<item name="bottom_sheet_layout_container" type="id" />
|
|
|
|
<!-- This is for HomeFragment's AppBarLayout. Explanations for these can be found there. -->
|
|
<item name="home_song_list" type="id" />
|
|
<item name="home_album_list" type="id" />
|
|
<item name="home_artist_list" type="id" />
|
|
<item name="home_genre_list" type="id" />
|
|
</resources> |