mac
2024-08-12 c1859d8a6f8f20b4369b5d72ad030f3496b1417c
app/src/main/res/layout/toolbar_top_view_44.xml
@@ -2,9 +2,15 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/top_bar_view"
    android:layout_width="match_parent"
    android:layout_height="@dimen/dp_44"
    android:layout_height="@dimen/dp_54"
    android:orientation="horizontal">
    <RelativeLayout
        android:id="@+id/top_content_view"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_44"
        android:layout_marginTop="@dimen/dp_10"
        android:orientation="horizontal">
    <!--1.返回按钮 增大点击区域-->
    <LinearLayout
        android:id="@+id/top_back_ll"
@@ -60,3 +66,5 @@
    </LinearLayout>
</RelativeLayout>
</RelativeLayout>