10
bố cục android: Thẻ này và các thẻ con của nó có thể được thay thế bằng một <TextView /> và một kết hợp có thể vẽ được
Khi tôi chạy bố cục trên một tệp XML cụ thể, tôi nhận được điều này: This tag and its children can be replaced by one <TextView/> and a compound drawable Thay đổi nào nên được thực hiện cho mã xml sau: <LinearLayout android:id="@+id/name_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_vertical" android:background="@drawable/grouplist_single_left_grey_area" > <ImageView …