Created
July 6, 2018 10:54
-
-
Save kumamotone/b12b8ce8f94b06e46415d6c5679d0d43 to your computer and use it in GitHub Desktop.
GridView で端まで広げる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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