左晓为主开发手持机充值管理机
zuojincheng
2025-04-03 d0a0e8e242e293ad35dfbee1217f1103302818cd
generallibrary/src/main/res/layout/activity_card_list.xml
@@ -5,7 +5,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".activity.CardListActivity">
    tools:context=".activity.SearchCardListActivity">
    <com.dayu.baselibrary.view.TitleBar
        android:id="@+id/title_bar"
@@ -15,6 +15,11 @@
        app:layout_constraintTop_toTopOf="parent"
        app:leftImage="@mipmap/icon_back"
        app:rightImage="@mipmap/icon_search" />
    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1">
    <com.scwang.smart.refresh.layout.SmartRefreshLayout
        android:id="@+id/refresh_layout"
@@ -42,4 +47,8 @@
    </com.scwang.smart.refresh.layout.SmartRefreshLayout>
    </FrameLayout>
</LinearLayout>