mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
22 lines
No EOL
708 B
XML
22 lines
No EOL
708 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<GridView
|
|
android:id="@+id/homeScreenGrid"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:layout_gravity="center_horizontal"
|
|
android:columnWidth="90dp"
|
|
android:gravity="center"
|
|
android:horizontalSpacing="10dp"
|
|
android:numColumns="2"
|
|
android:stretchMode="columnWidth"
|
|
android:verticalSpacing="10dp" >
|
|
</GridView>
|
|
|
|
|
|
|
|
</LinearLayout> |