Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/src/main/res/layout/content_accounts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@
android:layout_above="@+id/bottombar"
android:layout_below="@id/toolbar">

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/accounts_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar" />

</ScrollView>

</androidx.coordinatorlayout.widget.CoordinatorLayout>

<include
Expand Down