初始化

This commit is contained in:
ouyang
2017-08-15 15:04:48 +08:00
parent f1de8d5d3e
commit 9412cc7505
3464 changed files with 236938 additions and 0 deletions
@@ -0,0 +1,25 @@
<?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:gravity="center"
android:background="@color/umeng_comm_default_background_color"
android:orientation="vertical" >
<include layout="@layout/umeng_comm_title_layout" />
<include layout="@layout/umeng_comm_divide_line" />
<ProgressBar
android:id="@+id/umeng_comm_load_url_bar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="3dp" />
/>
<WebView
android:id="@+id/umeng_comm_webview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>