pull/35/head
parent
cf88899eb0
commit
65211b19d5
@ -1,26 +1,24 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="match_parent" |
android:layout_height="match_parent" |
||||||
android:orientation="vertical"> |
android:orientation="vertical"> |
||||||
|
|
||||||
<io.legado.app.ui.widget.TitleBar |
<io.legado.app.ui.widget.TitleBar |
||||||
android:id="@+id/title_bar" |
android:id="@+id/title_bar" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
app:attachToActivity="false" |
app:attachToActivity="false" |
||||||
app:title="@string/bookshelf"/> |
app:title="@string/bookshelf" |
||||||
|
app:contentLayout="@layout/view_tab_layout" |
||||||
<androidx.recyclerview.widget.RecyclerView |
app:layout_constraintTop_toTopOf="parent" /> |
||||||
android:id="@+id/rv_book_group" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
android:overScrollMode="never"/> |
|
||||||
|
|
||||||
<androidx.viewpager2.widget.ViewPager2 |
<androidx.viewpager2.widget.ViewPager2 |
||||||
android:id="@+id/view_pager_bookshelf" |
android:id="@+id/view_pager_bookshelf" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="match_parent" /> |
android:layout_height="0dp" |
||||||
|
app:layout_constraintTop_toBottomOf="@+id/title_bar" |
||||||
|
app:layout_constraintBottom_toBottomOf="parent" /> |
||||||
|
|
||||||
</LinearLayout> |
</androidx.constraintlayout.widget.ConstraintLayout> |
Loading…
Reference in new issue