
Completely refactor PlaybackBarLayout into PlaybackLayout, which now not only handles the bar behavior but also allows for one to slide up the bar layout into the full playback layout. This was largely adapted from umano's AndroidSlidingUpPanel, albeit heavily minified and mixed with the previous window inset tricks of the previous layout. There are still some tweaks to be made, but this implementation seems to be really good.
13 lines
No EOL
525 B
XML
13 lines
No EOL
525 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- This is for PlaybackBarLayout -->
|
|
<item name="playback_container" type="id" />
|
|
<item name="playback_bar" type="id" />
|
|
<item name="playback_panel" 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> |