y20k / transistor

Transistor - Simple Radio App for Android
http://y20k.org/transistor/
MIT License
437 stars 121 forks source link

Use FloatingActionButton for Play/Pause button instead ImageView #324

Closed jamal2362 closed 3 years ago

jamal2362 commented 3 years ago

A suggestion for the play/pause button FloatingActionButton is used for the play/pause button instead of ImageView. I have turn off the Wi-Fi for test purposes.

Here a preview as video: https://streamable.com/n34foy

And here is a test apk: https://www.swisstransfer.com/d/36435a0f-c7ab-4fce-8aeb-89785ee1b923

y20k commented 3 years ago

@jamal2362 Interesting. And Thanks! What is the advantage of FloatingActionButton?

jamal2362 commented 3 years ago

Hi, It is better animated and there is a shadow feedback when you click on it. :)

jamal2362 commented 3 years ago

Improved version

https://github.com/y20k/transistor/pull/326