TextView in android -


i developing application in layout independent of screen resolution. problem in textview textview layout change when resolution of screen changes size of text remain same.

i want when resolution high, according text size should adjust itself(i.e. text size should changed). , simillarly when resolution low text size sholud shrink.

but here when reduce y-axis extent text vanishes.

i appriciate answer.

thank you.

you should using sp android:textsize.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -