pull/38/head
kunfei 5 years ago
parent 3a01981e76
commit 3415b48a6a
  1. 3
      app/src/main/res/layout/view_book_page.xml

@ -10,7 +10,6 @@
<LinearLayout
android:id="@+id/top_bar"
android:paddingTop="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
@ -31,7 +30,6 @@
<io.legado.app.ui.widget.page.ContentTextView
android:id="@+id/content_text_view"
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
@ -39,7 +37,6 @@
<LinearLayout
android:id="@+id/bottom_bar"
android:paddingBottom="15dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">

Loading…
Cancel
Save