11 lines
No EOL
404 B
XML
11 lines
No EOL
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<android.support.v7.widget.GridLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:grid="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/grid"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
grid:orientation="horizontal"
|
|
grid:alignmentMode="alignMargins"
|
|
grid:columnCount="3"/> |