mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 18:42:46 +00:00
Remove redundant LinearLayout
This commit is contained in:
parent
621df9996d
commit
f75b6f9b80
@ -1,15 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:id="@+id/fragmentView"
|
||||||
android:layout_height="match_parent">
|
android:layout_width="fill_parent"
|
||||||
<GridView
|
android:layout_height="fill_parent"
|
||||||
android:id="@+id/fragmentView"
|
android:numColumns="auto_fit"
|
||||||
android:layout_width="fill_parent"
|
android:columnWidth="160dp"
|
||||||
android:layout_height="fill_parent"
|
android:stretchMode="spacingWidth"
|
||||||
android:numColumns="auto_fit"
|
android:focusable="true"
|
||||||
android:columnWidth="160dp"
|
android:focusableInTouchMode="true"
|
||||||
android:stretchMode="spacingWidth"
|
android:gravity="center"/>
|
||||||
android:focusable="true"
|
|
||||||
android:focusableInTouchMode="true"
|
|
||||||
android:gravity="center"/>
|
|
||||||
</LinearLayout>
|
|
@ -1,15 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:id="@+id/fragmentView"
|
||||||
android:layout_height="match_parent">
|
android:layout_width="fill_parent"
|
||||||
<GridView
|
android:layout_height="fill_parent"
|
||||||
android:id="@+id/fragmentView"
|
android:numColumns="auto_fit"
|
||||||
android:layout_width="fill_parent"
|
android:columnWidth="105dp"
|
||||||
android:layout_height="fill_parent"
|
android:stretchMode="spacingWidth"
|
||||||
android:numColumns="auto_fit"
|
android:focusable="true"
|
||||||
android:columnWidth="105dp"
|
android:focusableInTouchMode="true"
|
||||||
android:stretchMode="spacingWidth"
|
android:gravity="center"/>
|
||||||
android:focusable="true"
|
|
||||||
android:focusableInTouchMode="true"
|
|
||||||
android:gravity="center"/>
|
|
||||||
</LinearLayout>
|
|
@ -1,15 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:id="@+id/fragmentView"
|
||||||
android:layout_height="match_parent">
|
android:layout_width="fill_parent"
|
||||||
<GridView
|
android:layout_height="fill_parent"
|
||||||
android:id="@+id/fragmentView"
|
android:numColumns="auto_fit"
|
||||||
android:layout_width="fill_parent"
|
android:columnWidth="160dp"
|
||||||
android:layout_height="fill_parent"
|
android:focusable="true"
|
||||||
android:numColumns="auto_fit"
|
android:focusableInTouchMode="true"
|
||||||
android:columnWidth="160dp"
|
android:nextFocusLeft="@id/settingsButton"
|
||||||
android:focusable="true"
|
android:gravity="center"/>
|
||||||
android:focusableInTouchMode="true"
|
|
||||||
android:nextFocusLeft="@id/settingsButton"
|
|
||||||
android:gravity="center"/>
|
|
||||||
</LinearLayout>
|
|
@ -1,15 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:id="@+id/fragmentView"
|
||||||
android:layout_height="match_parent">
|
android:layout_width="fill_parent"
|
||||||
<GridView
|
android:layout_height="fill_parent"
|
||||||
android:id="@+id/fragmentView"
|
android:numColumns="auto_fit"
|
||||||
android:layout_width="fill_parent"
|
android:columnWidth="105dp"
|
||||||
android:layout_height="fill_parent"
|
android:focusable="true"
|
||||||
android:numColumns="auto_fit"
|
android:focusableInTouchMode="true"
|
||||||
android:columnWidth="105dp"
|
android:nextFocusLeft="@id/settingsButton"
|
||||||
android:focusable="true"
|
android:gravity="center"/>
|
||||||
android:focusableInTouchMode="true"
|
|
||||||
android:nextFocusLeft="@id/settingsButton"
|
|
||||||
android:gravity="center"/>
|
|
||||||
</LinearLayout>
|
|
Loading…
x
Reference in New Issue
Block a user