|
|
|
@ -2,6 +2,7 @@ |
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
@ -13,7 +14,8 @@ |
|
|
|
|
<io.legado.app.ui.widget.TitleBar |
|
|
|
|
android:id="@+id/title_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:fitStatusBar="false" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.rss.read.VisibleWebView |
|
|
|
|
android:id="@+id/web_view" |
|
|
|
|