pull/32/head
kunfei 5 years ago
parent f484edbfaa
commit 83fc40af33
  1. 7
      app/src/main/res/layout/view_book_page.xml

@ -14,7 +14,6 @@
android:layout_width="match_parent"
android:layout_height="25dp"/>
<FrameLayout
android:id="@+id/content_panel"
android:layout_width="match_parent"
@ -26,12 +25,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
</FrameLayout>
<View

Loading…
Cancel
Save