You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
953 B
XML
30 lines
953 B
XML
|
3 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<include layout="@layout/layout_base"/>
|
||
|
|
|
||
|
|
|
||
|
|
<ProgressBar
|
||
|
|
android:id="@+id/pb_web_progress"
|
||
|
|
style="?android:attr/progressBarStyleHorizontal"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="3dip"
|
||
|
|
android:progressDrawable="@drawable/bg_web_progress_bar"
|
||
|
|
android:visibility="gone"/>
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.HintLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<FrameLayout
|
||
|
|
android:id="@+id/webViewFrame"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent" >
|
||
|
|
</FrameLayout>
|
||
|
|
|
||
|
|
</com.rehome.zhdcoa.weiget.HintLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|