|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<?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" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
@ -9,8 +9,7 @@ |
|
|
|
|
android:id="@+id/title_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:contentInsetStartWithNavigation="0dp" |
|
|
|
|
app:displayHomeAsUp="true" /> |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.anima.RefreshProgressBar |
|
|
|
|
android:id="@+id/refresh_progress_bar" |
|
|
|
@ -32,4 +31,4 @@ |
|
|
|
|
|
|
|
|
|
</io.legado.app.ui.widget.dynamiclayout.DynamicFrameLayout> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |