|
|
|
@ -1,10 +1,10 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="@color/background" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
android:background="@color/background"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.Toolbar |
|
|
|
|
android:id="@+id/tool_bar" |
|
|
|
@ -25,14 +25,62 @@ |
|
|
|
|
android:layout_height="2dp" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tool_bar" /> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
<io.legado.app.ui.widget.recycler.scroller.FastScrollRecyclerView |
|
|
|
|
android:id="@+id/recycler_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/ll_bottom_bar" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/refresh_progress_bar" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/ll_bottom_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="36dp" |
|
|
|
|
android:background="@color/background" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_dur" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:ellipsize="middle" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_top" |
|
|
|
|
android:layout_width="36dp" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:contentDescription="@string/go_to_top" |
|
|
|
|
android:src="@drawable/ic_arrow_drop_up" |
|
|
|
|
android:tooltipText="@string/go_to_top" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="UnusedAttribute" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_bottom" |
|
|
|
|
android:layout_width="36dp" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:contentDescription="@string/go_to_bottom" |
|
|
|
|
android:src="@drawable/ic_arrow_drop_down" |
|
|
|
|
android:tooltipText="@string/go_to_bottom" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="UnusedAttribute" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
android:id="@+id/cl_toc" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -54,8 +102,8 @@ |
|
|
|
|
android:id="@+id/iv_hide_toc" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="36dp" |
|
|
|
|
android:src="@drawable/ic_arrow_down" |
|
|
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
|
|
android:src="@drawable/ic_arrow_down" |
|
|
|
|
app:tint="@color/primaryText" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
@ -73,10 +121,10 @@ |
|
|
|
|
android:layout_width="48dp" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/recycler_view_toc" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/recycler_view_toc" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/recycler_view_toc" |
|
|
|
|
app:layout_constraintRight_toRightOf="@+id/recycler_view_toc" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/recycler_view_toc" /> |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/recycler_view_toc" /> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|