10 lines
442 B
XML
10 lines
442 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:id="@+id/base_settings_list"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:scrollIndicators="top|bottom"
|
||
|
tools:ignore="UnusedAttribute"
|
||
|
tools:listitem="@layout/single_select_item" />
|