| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_margin="16dp"> |
| | | |
| | | <!-- 快递内容 --> |
| | | <androidx.cardview.widget.CardView |
| | | android:id="@+id/expressContent" |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/express_recycler" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:cardBackgroundColor="@color/light_blue_50" |
| | | app:cardCornerRadius="8dp" |
| | | app:cardElevation="0dp"> |
| | | android:padding="8dp"/> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/express_recycler" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="8dp"/> |
| | | |
| | | </androidx.cardview.widget.CardView> |
| | | |
| | | <!-- 财务内容 --> |
| | | <androidx.cardview.widget.CardView |
| | | android:id="@+id/financeContent" |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/finance_recycler" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:cardBackgroundColor="@color/light_blue_50" |
| | | app:cardCornerRadius="8dp" |
| | | app:cardElevation="0dp"> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/finance_recycler" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="8dp"/> |
| | | |
| | | </androidx.cardview.widget.CardView> |
| | | android:padding="8dp"/> |
| | | |
| | | </FrameLayout> |
| | | |