Rabbit-R1/original r1/smali/res/layout/fragment_volume_settings_page.xml
2024-05-21 17:08:36 -04:00

7 lines
No EOL
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<tech.rabbit.r1launcher.widget.UntouchableFrameLayout android:orientation="vertical" android:id="@id/fl_volume_root_layout" android:background="@color/black" 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/volume_title_settings" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:defaultFocusHighlightEnabled="false" app:st_focus_title="@string/settings" app:st_normal_title="@string/settings_page_volume" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/rv_volume_items" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="46.0dip" android:overScrollMode="never" />
<tech.rabbit.r1launcher.settings.volume.VolumeAdjustCard android:id="@id/card_volume" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</tech.rabbit.r1launcher.widget.UntouchableFrameLayout>