wjc
2024-12-02 f50e8e60e9da99e4f69d8ab76810dc7e5fb448bc
app/src/main/res/layout/activity_web.xml
@@ -4,20 +4,21 @@
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/text_F5F7FA"
    android:background="@color/text_FF161616"
    tools:context=".ui.me.WebActivity">
    <include
        android:id="@+id/toolbar_top_fragment_house_list_rl"
        layout="@layout/toolbar_top_view_52" />
        android:id="@+id/toolbar_top_rl"
        layout="@layout/toolbar_top_view_44" />
    <WebView
        android:id="@+id/content_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/dp_44"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:background="@color/text_FF161616"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl" />
        app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl" />
</androidx.constraintlayout.widget.ConstraintLayout>