Blame view

android/GameSDKRelease/res/layout/fragment_web.xml 770 Bytes
5b95cccaf   赵康   version 2.0
1
  <?xml version="1.0" encoding="utf-8"?>
f53f15711   赵康   v3.3.11
2
  <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
5b95cccaf   赵康   version 2.0
3
4
5
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:background="@android:color/white"
f53f15711   赵康   v3.3.11
6
      android:minHeight="300dp"
5b95cccaf   赵康   version 2.0
7
8
      android:minWidth="293dp"
      android:orientation="vertical" >
5b95cccaf   赵康   version 2.0
9
10
11
12
      <WebView
          android:id="@+id/mycard_web"
          android:layout_width="fill_parent"
          android:layout_height="fill_parent" />
f53f15711   赵康   v3.3.11
13
14
15
16
17
18
19
20
21
      <ProgressBar
          android:id="@+id/loading_prog"
          android:layout_gravity="center"
          style="?android:attr/progressBarStyleLarge"
          android:background="#59000000"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content" />
  
  </FrameLayout>