6
RelativeLayout đang dùng toàn màn hình cho quấn_content
Tại sao FOOebarZ được bố trí hết cỡ ở phía dưới khi không có yếu tố nào layout_height="fill_parent"trong các từ khác, tất cả các yếu tố được quấn_content cho chiều cao? <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content"> <TextView android:id="@+id/feed_u" android:layout_width="50dip" android:layout_height="50dip" android:layout_marginLeft="5dip" android:scaleType="centerCrop" android:drawableTop="@android:drawable/presence_online" android:text="U" /> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" …