24 lines
No EOL
850 B
XML
24 lines
No EOL
850 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".NewsDetailActivity$NewsDetailFragment" >
|
|
|
|
|
|
<WebView
|
|
android:id="@+id/webview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentTop="true" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressbar_webview"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentTop="true"
|
|
android:max="100"
|
|
android:layout_marginTop="-7dp" />
|
|
|
|
</RelativeLayout> |