Auxio/app/src/main/res/layout
OxygenCobalt 949d71dbd1
playback: actually fix controls not working
Turns out playback controls wouldn't actually work because the view
would detach but not the actual fragment, resulting in onCreateView
never being called and the entire system falling apart. This fixes
it by just giving PlaybackLayout the viewmodel instance it needs.
I'll need to release a hotfix for this issue since this is really
easy the trigger and really hard to fix unless you know why it
occurs. Android lifecycles suck so much.
2021-11-26 10:17:46 -07:00
..
activity_main.xml styles: refactor styles 2021-06-11 08:13:52 -06:00
dialog_accent.xml accent: simplify accents 2021-11-13 16:00:41 -07:00
dialog_excluded.xml accent: rename all light accents to deep accents 2021-11-13 19:16:42 -07:00
dialog_tabs.xml coil: completely refactor image loading 2021-11-20 09:00:23 -07:00
fragment_about.xml docs: update metadata 2021-11-26 08:56:09 -07:00
fragment_detail.xml all: apply finishing touches 2021-11-25 12:02:10 -07:00
fragment_home.xml style: improve typography 2021-11-11 18:53:34 -07:00
fragment_home_list.xml ui: create dedicated playback bar layout 2021-10-30 18:21:30 -06:00
fragment_main.xml main: add proper backwards navigation 2021-11-25 09:48:06 -07:00
fragment_playback.xml playback: remove playback subtitle 2021-11-25 14:22:47 -07:00
fragment_queue.xml all: apply finishing touches 2021-11-25 12:02:10 -07:00
fragment_search.xml styles: redo accents 2021-11-13 11:51:36 -07:00
fragment_settings.xml all: apply finishing touches 2021-11-25 12:02:10 -07:00
item_accent.xml style: use material in playback view 2021-11-11 16:25:56 -07:00
item_action_header.xml style: use material in playback view 2021-11-11 16:25:56 -07:00
item_album.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_album_song.xml style: improve typography 2021-11-11 18:53:34 -07:00
item_artist.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_artist_album.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_artist_song.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_detail.xml sort: refactor sorting 2021-11-21 15:45:20 -07:00
item_excluded_dir.xml style: use material in playback view 2021-11-11 16:25:56 -07:00
item_genre.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_genre_song.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_header.xml style: use material in playback view 2021-11-11 16:25:56 -07:00
item_queue_song.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_song.xml detail: update layouts 2021-11-20 17:03:21 -07:00
item_tab.xml style: use material in playback view 2021-11-11 16:25:56 -07:00
view_playback_bar.xml playback: actually fix controls not working 2021-11-26 10:17:46 -07:00
view_seek_bar.xml coil: completely refactor image loading 2021-11-20 09:00:23 -07:00
widget_default.xml coil: update image behavior 2021-11-14 16:23:25 -07:00
widget_large.xml coil: update image behavior 2021-11-14 16:23:25 -07:00
widget_medium.xml coil: update image behavior 2021-11-14 16:23:25 -07:00
widget_small.xml widget: change default size 2021-11-20 09:53:10 -07:00
widget_tiny.xml detail: update layouts 2021-11-20 17:03:21 -07:00
widget_wide.xml widget: change default size 2021-11-20 09:53:10 -07:00