Rabbit-R1/switch port/java/resources/res/layout/fragment_about.xml
2024-05-21 17:08:36 -04:00

27 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:clipChildren="false"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.rubensousa.dpadrecyclerview.DpadRecyclerView
android:id="@+id/rv_list"
android:nextFocusUp="@+id/cblv_title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="36dp"
app:dpadRecyclerViewSmoothFocusChangesEnabled="false"/>
<tech.rabbit.r1launcher.widget.CanBackLabelView
android:id="@+id/cblv_title"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@+id/rv_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:canBackLabelViewFocusedLabel="@string/settings"
app:canBackLabelViewUnfocusedLabel="@string/settings_page_system_about"
app:visibleFadeBackground="true"/>
<tech.rabbit.r1launcher.widget.scrollbar.ScrollBarExtView
android:id="@+id/sbev_scroll_bar"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>