|
|
|
@ -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"> |
|
|
|
|