intuit / ssp

Variant of sdp project based on the sp size unit.
MIT License
543 stars 105 forks source link

UI not showing same in 5.5' screen #13

Closed Miteshmakwana73 closed 3 years ago

Miteshmakwana73 commented 3 years ago

i am applying font size runtime it's working fine but in some places words are breaking showing in two lines.

i am applying like this

    `binding.tvExportHistory.setTextSize(getResources().getDimension(R.dimen.medium_font));`

These are my font sizes

 <dimen name="small_font">@dimen/_5ssp</dimen>
    <dimen name="medium_font">@dimen/_6ssp</dimen>
    <dimen name="large_font">@dimen/_7ssp</dimen>

1 2

why UI is breaking in the 5.5-inch screen? what should i do?

Any Suggestion would be helpful.

elhanan-mishraky commented 3 years ago

You can create a different layout for large screens. Hope it helps.