aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_account_chooser_bottom_sheet.xml
blob: bbe1ad65c17da8e24f152d71ab7aed3f59d36481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    tools:context=".bottomsheetfragments.AccountChooserBottomSheetFragment">

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/recycler_view_account_chooser_bottom_sheet_fragment"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />

</FrameLayout>