|
|
|
@ -1,18 +1,18 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.Toolbar |
|
|
|
|
android:id="@+id/tool_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:theme="?attr/actionBarStyle" |
|
|
|
|
app:titleTextAppearance="@style/ToolbarTitle" |
|
|
|
|
app:popupTheme="@style/AppTheme.PopupOverlay" /> |
|
|
|
|
app:popupTheme="@style/AppTheme.PopupOverlay" |
|
|
|
|
app:titleTextAppearance="@style/ToolbarTitle" /> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -22,7 +22,8 @@ |
|
|
|
|
<io.legado.app.ui.widget.recycler.scroller.FastScrollRecyclerView |
|
|
|
|
android:id="@+id/recycler_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:scrollbars="none" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|