2016-12-23 14:35:37 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-12-23 18:13:14 +01:00
|
|
|
|
2016-12-23 14:35:37 +01:00
|
|
|
<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"
|
2016-12-23 18:13:14 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-12-23 14:35:37 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
grid:orientation="horizontal"
|
2016-12-23 18:13:14 +01:00
|
|
|
grid:alignmentMode="alignMargins"
|
|
|
|
grid:columnCount="3"/>
|