mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
6 lines
No EOL
984 B
XML
6 lines
No EOL
984 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<tech.rabbit.r1launcher.widget.UntouchableLinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<tech.rabbit.r1launcher.widget.SettingTitle android:id="@id/st" android:background="@drawable/shape_title_item_background_selector" android:nextFocusDown="@id/rv" android:layout_width="wrap_content" android:layout_height="36.0dip" android:layout_marginLeft="3.0dip" app:st_focus_title="@string/settings" app:st_normal_title="@string/bluetooth" />
|
|
<com.rubensousa.dpadrecyclerview.DpadRecyclerView android:id="@id/rv" android:focusableInTouchMode="true" android:nextFocusUp="@id/st" android:layout_width="fill_parent" android:layout_height="fill_parent" app:dpadRecyclerViewSmoothFocusChangesEnabled="false" />
|
|
</tech.rabbit.r1launcher.widget.UntouchableLinearLayout> |