Questions marquées «android-gridview»

21
GridLayout (pas GridView) comment étirer uniformément tous les enfants
Je veux avoir une grille 2x2 avec des boutons à l'intérieur. Ce n'est qu'ICS donc j'essaie d'utiliser le nouveau GridLayout donné. Voici le XML de ma mise en page: <?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" android:layout_column="0" android:textSize="14dip" /> <Button android:text="Cell 1" …



En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.