Signal-Android/app/src/main/res/layout/base_settings_fragment.xml

11 lines
477 B
XML
Raw Normal View History

2020-09-03 17:52:44 -04:00
<?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"
2022-08-09 13:29:04 -03:00
tools:viewBindingIgnore="true"
2020-09-03 17:52:44 -04:00
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" />