pull/32/head
kunfei 5 years ago
parent b2267bf6e6
commit 42fe4ffee5
  1. 8
      app/src/main/res/layout/activity_book_source.xml

@ -13,9 +13,15 @@
app:displayHomeAsUp="true"
app:title="@string/book_source"/>
<androidx.recyclerview.widget.RecyclerView
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<io.legado.app.ui.widget.recycler.scroller.FastScrollRecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>
</LinearLayout>
Loading…
Cancel
Save