mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-10 09:56:11 +00:00
12 lines
467 B
XML
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"/> |