21
GridLayout (không phải GridView) làm thế nào để kéo dài tất cả trẻ em đều
Tôi muốn có một lưới 2x2 với một nút bên trong. Đây chỉ là ICS nên tôi đang cố gắng sử dụng GridLayout mới được cung cấp. Đây là XML của bố cục của tôi: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/favorites_grid" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#00ff00" android:rowCount="2" android:columnCount="2"> <Button android:text="Cell 0" android:layout_row="0" …