summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/dialog_input_profiles.xml
blob: 6ad76fe41b1f0957a1444dafcf9f748cf64e4e88 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/list_profiles"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:fadeScrollbars="false" />