CorruptedArk / did-i-take-my-meds

A Kotlin Android app to manage medications
GNU General Public License v3.0
172 stars 14 forks source link

Option of normal font size #33

Closed xlucn closed 2 years ago

xlucn commented 2 years ago

I understand the current app texts are are giant for accessibility concerns, but can I have an option to make them normal size?

CorruptedArk commented 2 years ago

I don't see why not, how big is normal in your mind? Are you familiar with sizes in sp units?

xlucn commented 2 years ago

I am not familiar with Android development, but is there a default font size, or relative description like "normal" "large" etc.? Most apps on my phone seems quite consistent, not sure how they are doing it.

CorruptedArk commented 2 years ago

Yeah, there are some conventional sizes for small, medium, and large. To be honest, I just went with values that looked right for me, but I can adjust the app to use more standard sizes.

CorruptedArk commented 2 years ago

Text views now use standard text sizes, so I'm going to close this issue, but it can be reopened if the new sizes are unsatisfactory