22 lines
976 B
XML
22 lines
976 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/ue"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.lerist.lib.factory.widget.LWebView
|
|
android:id="@+id/a4u"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:layout_constraintBottom_toBottomOf="0"
|
|
app:layout_constraintEnd_toEndOf="0"
|
|
app:layout_constraintStart_toStartOf="0"
|
|
app:layout_constraintTop_toTopOf="0"/>
|
|
<ProgressBar
|
|
android:id="@+id/a4v"
|
|
android:background="@color/a1e"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2dp"
|
|
style="?android:attr/progressBarStyleHorizontal"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|