24
Văn bản TextView trên Android không bị quấn
Bất cứ ai có thể cho tôi biết điều gì đang xảy ra với văn bản? Văn bản dài hơn một dòng không nằm ở dòng tiếp theo mà vượt ra ngoài màn hình. Sau đây là mã: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:padding="4dip"> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" android:padding="4dip"> …