particle-iot / particle-android

Particle Open Source for Android
Apache License 2.0
37 stars 38 forks source link

Particle Android app ui is broken when user adjusts font size #102

Open jeremiahogutu opened 4 years ago

jeremiahogutu commented 4 years ago

Users cannot see the 'ready' button if they adjust font size on their phones. We are using the particle android SDK and we account for the font size accessibility settings within the app but ui breaks when user launches particle SDK. See image below

particle_ui

To replicate this I am using an samsung s10 and set the font size like the image below and launched the sdk.

settings_font

Maybe adding a scrollView will solve this issue.