nvllsvm / Audinaut

A Subsonic client for Android
GNU General Public License v3.0
134 stars 18 forks source link

fix invisible back/forward buttons on widgets (#81) #88

Closed mlim15 closed 4 years ago

mlim15 commented 4 years ago

Solves #81. The buttons were drawing before, but not the icons. Considering the XML definitions were basically the same I looked for other differences between play/pause and these buttons. The play/pause had its image set in the widget provider part of the program, while back/forward did not. Adding similar statements to set the icons for these buttons seems to fix the issue.

Tested in Nexus 4 Lollipop emulator: Screenshot_1594319361

Also tested physically on Android 11 on a Pixel 2 XL.

nvllsvm commented 4 years ago

Thanks!