You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white">
<FrameLayout
android:id="@+id/pingpp_title"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/pingpp_back"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_margin="5dp"
android:src="@drawable/pingpp_back"/>
</FrameLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/pingpp_title">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.pingplusplus.android.WebViewEx
android:id="@+id/pingpp_webView"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>
<ProgressBar
android:id="@+id/pingpp_progressbar"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_gravity="center"
android:background="@drawable/tips_bg"
/>
</FrameLayout>
</RelativeLayout>