1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 11:59:08 -05:00
wulkanowy-mirror/app/src/main/res/layout/fragment_marks.xml

19 lines
679 B
XML
Raw Normal View History

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2017-07-15 12:33:28 -05:00
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="io.github.wulkanowy.activity.dashboard.marks.MarksFragment">
2017-07-15 12:33:28 -05:00
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gridview"
android:layout_width="match_parent"
android:layout_height="match_parent"
2017-07-15 12:33:28 -05:00
android:columnWidth="90dp"
android:numColumns="auto_fit"
android:verticalSpacing="10dp"
android:horizontalSpacing="10dp"
android:gravity="center"
/>
</FrameLayout>