Twidere-App-Android-Twitter.../twidere/src/main/res/layout/fragment_characters_grid.xml

10 lines
389 B
XML

<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:horizontalSpacing="@dimen/element_spacing_small"
android:numColumns="8"
android:stretchMode="columnWidth"
android:verticalSpacing="@dimen/element_spacing_small"/>