mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Fix a few small nits with keyboard and dpad navigation of the UI
This commit is contained in:
parent
8962497a8c
commit
ac640a6842
@ -50,6 +50,7 @@
|
|||||||
android:layout_height="65dp"
|
android:layout_height="65dp"
|
||||||
android:cropToPadding="false"
|
android:cropToPadding="false"
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
|
android:nextFocusForward="@id/helpButton"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
@ -62,6 +63,7 @@
|
|||||||
android:layout_height="65dp"
|
android:layout_height="65dp"
|
||||||
android:cropToPadding="false"
|
android:cropToPadding="false"
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
|
android:nextFocusForward="@id/manuallyAddPc"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_below="@id/settingsButton"
|
android:layout_below="@id/settingsButton"
|
||||||
|
@ -10,5 +10,6 @@
|
|||||||
android:columnWidth="160dp"
|
android:columnWidth="160dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
|
android:nextFocusLeft="@id/settingsButton"
|
||||||
android:gravity="center"/>
|
android:gravity="center"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -10,5 +10,6 @@
|
|||||||
android:columnWidth="105dp"
|
android:columnWidth="105dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
|
android:nextFocusLeft="@id/settingsButton"
|
||||||
android:gravity="center"/>
|
android:gravity="center"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
x
Reference in New Issue
Block a user