jimu-decompiled/resources/res/layout/act_web.xml
2025-05-13 19:24:51 +02:00

57 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/top_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.ubt.jimu.widgets.NavigationBarView
android:id="@+id/nbv_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:nbv_mode="left"/>
<RelativeLayout
android:id="@+id/btn_layout"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="48dp">
<TextView
android:textSize="14sp"
android:textColor="@color/txt_00A9FF"
android:gravity="center"
android:id="@+id/left_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:text="@string/gdpr_disagree"
android:layout_centerVertical="true"/>
<TextView
android:textSize="14sp"
android:textColor="@color/txt_00A9FF"
android:gravity="center"
android:id="@+id/right_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:text="@string/gdpr_agree"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"/>
</RelativeLayout>
</RelativeLayout>
<com.ubtech.view.widget.UWebLayout
android:id="@+id/uwl_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/top_layout"/>
<ProgressBar
android:id="@+id/pb_progress"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="2dp"
android:progressDrawable="@drawable/progressbar"
android:layout_below="@+id/top_layout"
style="?android:attr/progressBarStyleHorizontal"/>
</RelativeLayout>