Files
moonlight-android/app/src/main/res/layout/app_grid_view.xml
Cameron Gutman 47b2ace7fd New app grid UI
2020-06-11 21:51:07 -07:00

12 lines
467 B
XML

<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragmentView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:numColumns="auto_fit"
android:columnWidth="150dp"
android:stretchMode="spacingWidthUniform"
android:focusable="true"
android:focusableInTouchMode="true"
android:clipToPadding="false"
android:gravity="center"/>