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.
11 lines
1.2 KiB
11 lines
1.2 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<RelativeLayout android:id="@id/faq_err_view" android:visibility="gone" android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent"> |
|
<TextView android:textColor="@color/grey" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/load_err_retry" android:layout_centerInParent="true" android:lineSpacingExtra="5.0dip" /> |
|
</RelativeLayout> |
|
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> |
|
<ProgressBar android:id="@id/faq_load_progressbar" android:layout_width="fill_parent" android:layout_height="2.0dip" android:max="100" android:progress="0" android:progressDrawable="@drawable/progressbar_bg" style="?android:attr/progressBarStyleHorizontal" /> |
|
<WebView android:id="@id/faq_webview" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" /> |
|
</LinearLayout> |
|
</RelativeLayout> |