feat: tipConfig

pull/198/head
kunfei 5 years ago
parent cc6fc1b9bf
commit 47e68d06cd
  1. 8
      app/src/main/res/layout/view_book_page.xml

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/page_panel"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<View
<FrameLayout
android:id="@+id/vw_status_bar"
android:layout_width="match_parent"
android:layout_height="0dp" />
android:layout_height="wrap_content" />
<LinearLayout
android:id="@+id/ll_header"
@ -107,4 +107,4 @@
</LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
</LinearLayout>
Loading…
Cancel
Save