parent
f9c396ba0d
commit
97379e1146
@ -1,25 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<androidx.constraintlayout.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" |
||||
tools:context=".activity.NovelWebReadActivity"> |
||||
|
||||
|
||||
<WebView |
||||
android:id="@+id/webview" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:visibility="gone"/> |
||||
|
||||
|
||||
<TextView |
||||
android:id="@+id/tv_loading" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:gravity="center" |
||||
android:background="@color/read_bg_one" |
||||
android:text="正在拼命加载中..."/> |
||||
|
||||
</androidx.constraintlayout.ConstraintLayout> |
Loading…
Reference in new issue