|
|
@ -7,8 +7,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<WebView
|
|
|
|
<WebView
|
|
|
|
android:id="@+id/wvAmp"
|
|
|
|
android:id="@+id/wvAmp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.ContentLoadingProgressBar
|
|
|
|
<eu.faircode.email.ContentLoadingProgressBar
|
|
|
|
android:id="@+id/pbWait"
|
|
|
|
android:id="@+id/pbWait"
|
|
|
|