2016-03-03 17:46:31 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-10-14 01:26:56 +02:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-09-21 21:35:03 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
2016-03-03 17:46:31 +01:00
|
|
|
|
2016-09-21 21:15:34 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.ContextMenuWebView
|
|
|
|
android:id="@+id/webView"
|
|
|
|
android:layout_width="match_parent"
|
2016-09-21 21:35:03 +02:00
|
|
|
android:layout_height="match_parent" />
|
2016-03-03 17:46:31 +01:00
|
|
|
|
|
|
|
<ProgressBar
|
2016-03-26 01:14:17 +01:00
|
|
|
android:id="@+id/progressBar"
|
2016-06-04 19:44:38 +02:00
|
|
|
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
2016-03-03 17:46:31 +01:00
|
|
|
android:layout_width="fill_parent"
|
2016-09-11 17:15:26 +02:00
|
|
|
android:layout_height="7dp"
|
2016-06-04 19:44:38 +02:00
|
|
|
android:indeterminate="false"
|
2016-10-14 01:26:56 +02:00
|
|
|
android:progressDrawable="@drawable/progressbar" />
|
2016-03-03 17:46:31 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|