2024.2.17 记账本app开发(九)

各小图标的绘制:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp">
<ImageView
android:id="@+id/item_recordfrag_iv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@mipmap/ic_qita_fs">
</ImageView>
<TextView
android:id="@+id/item_recordfrag_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="其他"
android:layout_marginTop="5dp"
android:textSize="12sp"
android:textColor="@color/grey_7D7D7D"
android:gravity="center">
</TextView>
</LinearLayout>
posted @ 2024-02-26 23:40  cvjj  阅读(6)  评论(0)    收藏  举报