| | |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/top" |
| | | android:layout_width="match_parent" |
| | |
| | | android:paddingRight="10dp" |
| | | android:text="横屏" |
| | | android:textColor="@color/white" |
| | | android:textSize="18sp"></TextView> |
| | | android:textSize="18sp" |
| | | android:visibility="gone"></TextView> |
| | | </LinearLayout> |
| | | |
| | | <ProgressBar |
| | | android:id="@+id/myProgressBar" |
| | | style="?android:attr/progressBarStyleHorizontal" |
| | |
| | | android:layout_height="3dp" |
| | | android:background="@color/yellow" |
| | | android:visibility="gone" /> |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/fl_webview" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1"></FrameLayout> |
| | | android:layout_weight="1"> |
| | | |
| | | <WebView |
| | | android:id="@+id/webView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"></WebView> |
| | | |
| | | </FrameLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |