DroidPlanner / Tower

Ground Control Station for Android Devices
https://play.google.com/store/apps/details?id=org.droidplanner.android
Other
621 stars 554 forks source link

make location button space for more wide, so it's easy to click on smaller screen d… #1842

Open incomingflyingbrick opened 7 years ago

incomingflyingbrick commented 7 years ago

Hi, I changed location button spacing a little bit, no logic change. Sometime i found out that it's very hard to click the right button, because all three button on the left are too close together. (My Location Button, Drone location Button, Sliding Panel Button)

gmorph commented 6 years ago

The build.gradle change ideally should be removed from this PR.

preet90 commented 6 years ago

@incomingflyingbrick The bottom margin was updated from 5dp to 6dp in the API >= 21. I believe changing just 1dp does not make any noticeable difference.

I think it is easier for user to click buttons if we update from -16dp to -6dp in "values/styles.xml" and update 5dp to 15dp in "values-v21/styles.xml" file