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
Post a Comment