开发者

android text view in dialog box

开发者 https://www.devze.com 2023-02-09 10:08 出处:网络
hi i am a new android开发者_运维技巧 developer. In my app i have created a dialog box in text view which appears to be a pop up window. In that the content i type is to be in left alignment form how c

hi i am a new android开发者_运维技巧 developer. In my app i have created a dialog box in text view which appears to be a pop up window. In that the content i type is to be in left alignment form how can i move it to be in center, just like a middle alignment form.....


Siva,

According to my understanding of your question, you want your text to be aligned to center, right ??? if yes then try this in your TextView:

android:gravity = "center_vertical|center"

Well, if it is not what you want then please explain your question a bit more.

0

精彩评论

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