AsteroidOS / AsteroidOSSync

Android application to synchronize a phone with a watch running asteroid-btsyncd.
GNU General Public License v3.0
100 stars 37 forks source link

Buttons don't fit screen #75

Closed TheLastProject closed 5 years ago

TheLastProject commented 5 years ago

I can't tell if this silence phone thing is on or not (Fairphone 2, Android 7.1.2, AsteroidOS Sync 0.12):

image

jrtberlin commented 5 years ago

We should probably wrap the cardviews in a scrollable layout type.

FlorentRevest commented 5 years ago

@TheLastProject thanks for reporting! @jrtberlin yes I would maybe also consider moving this connect/disconnect button to the top bar. Maybe also the Unpair button at the bottom.

jrtberlin commented 5 years ago

I would leave the FAB and add bottom padding instead. (As shown in the screenshot)

Screenshot_20190506-180421_AsteroidOS_Sync

But I would move the unpair button either in the Scroll view at the bottom or in a 3 dot menu, as unpairing is probably something you don't want to do unintentionally.

FlorentRevest commented 5 years ago

Moving the unpair button to a 3 dot menu would certainly be a good idea