hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
423 stars 51 forks source link

Replace hardcoded toolbar heights in fragment layouts with wrap_content #233

Closed jhutarek closed 2 years ago

jhutarek commented 2 years ago

The hardcoded heights caused toolbar titles or subtitles to be clipped on certain devices or when a non-default font size was selected in the system settings. The heights are now set to wrap_content.