开发者

In android, when changing the orientation, text in textview is not getting wrapped

im locking the screen orientation by specifying android:configChanges="orientation|keyboardHidden"

im setting a text to a textview and adding it to a custom viewgroup. when changing the orientation im changing the width and height of the textview.

when Im running the application, if I have the screen in landscape, the text is in single line and if in portrait, the text is in two lines.开发者_运维知识库 so there is enough space to display the text in both orientations.

But when I change the orientation from Landscape to portrait, the text is not wrapping and I can see only a part. If I change the orientation from portrait to landscape, the text was getting displayed in two lines and not getting stretched.

Whether I want to do anything in onConfigurationChanged() Method????

Please help me out. Thank you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜