blob: bbe1ad65c17da8e24f152d71ab7aed3f59d36481 (
plain) (
tree)
|
|
<?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>
|