Skip to content

Instantly share code, notes, and snippets.

@kumamotone
Created July 6, 2018 10:54
Show Gist options
  • Save kumamotone/b12b8ce8f94b06e46415d6c5679d0d43 to your computer and use it in GitHub Desktop.
Save kumamotone/b12b8ce8f94b06e46415d6c5679d0d43 to your computer and use it in GitHub Desktop.
GridView で端まで広げる
<GridView
android:id="@+id/gridview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:verticalSpacing="0dp"
android:horizontalSpacing="0dp"
android:stretchMode="columnWidth"
android:numColumns="2"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment