mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 23:15:03 -05:00
11 lines
360 B
XML
Executable File
11 lines
360 B
XML
Executable File
<?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> |