showing more text in activity chooser menu title
Genera开发者_运维百科lly it only shows two lines of text in the Activity Chooser menu, rest is shown as "some text...". How to show 4-5 lines of text in the title?
.
.
you really want to show more lines. when you set the message to the textview ,you can try like this: someText.setText("中华人民共和国.\n united states \n enourpe \n"); it should auto change line like you doing in the J2EE application
精彩评论