mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-19 07:25:05 -05:00
11 lines
360 B
XML
11 lines
360 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:numColumns="@integer/num_cols"
|
||
|
android:drawSelectorOnTop="true"
|
||
|
android:verticalSpacing="10dp"
|
||
|
android:horizontalSpacing="10dp"
|
||
|
android:layout_height="match_parent" >
|
||
|
|
||
|
|
||
|
</GridView>
|