aboutsummaryrefslogtreecommitdiff
path: root/testapps/gridlayoutTest/app/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/gridlayoutTest/app/res/layout/main.xml')
-rw-r--r--testapps/gridlayoutTest/app/res/layout/main.xml72
1 files changed, 0 insertions, 72 deletions
diff --git a/testapps/gridlayoutTest/app/res/layout/main.xml b/testapps/gridlayoutTest/app/res/layout/main.xml
deleted file mode 100644
index 75f560090..000000000
--- a/testapps/gridlayoutTest/app/res/layout/main.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:columnCount="6" >
-
- <Button
- android:id="@+id/button1"
- app:layout_column="1"
- app:layout_columnSpan="2"
- app:layout_gravity="left"
- app:layout_row="1"
- android:text="Button" />
-
- <CheckBox
- android:id="@+id/checkBox1"
- app:layout_column="4"
- app:layout_gravity="left"
- app:layout_row="2"
- android:text="CheckBox" />
-
- <Button
- android:id="@+id/button2"
- app:layout_column="5"
- app:layout_gravity="left"
- app:layout_row="3"
- android:text="Button" />
-
- <android.support.v7.widget.Space
- android:layout_width="21dp"
- android:layout_height="1dp"
- app:layout_column="0"
- app:layout_gravity="fill_horizontal"
- app:layout_row="0" />
-
- <android.support.v7.widget.Space
- android:layout_width="1dp"
- android:layout_height="21dp"
- app:layout_column="0"
- app:layout_gravity="fill_horizontal"
- app:layout_row="0" />
-
- <android.support.v7.widget.Space
- android:layout_width="10dp"
- android:layout_height="1dp"
- app:layout_column="3"
- app:layout_gravity="fill_horizontal"
- app:layout_row="0" />
-
- <android.support.v7.widget.Space
- android:layout_width="122dp"
- android:layout_height="1dp"
- app:layout_column="4"
- app:layout_gravity="fill_horizontal"
- app:layout_row="0" />
-
- <android.support.v7.widget.Space
- android:layout_width="1dp"
- android:layout_height="168dp"
- app:layout_column="0"
- app:layout_gravity="fill_horizontal"
- app:layout_row="1" />
-
- <android.support.v7.widget.Space
- android:layout_width="1dp"
- android:layout_height="168dp"
- app:layout_column="0"
- app:layout_gravity="fill_horizontal"
- app:layout_row="2" />
-
-</android.support.v7.widget.GridLayout> \ No newline at end of file