评论、点赞、收藏功能完善

This commit is contained in:
zhangsan 2024-05-22 14:25:34 +08:00
parent 61fe13b37d
commit d9458b1f6d
2 changed files with 42 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

View File

@ -208,6 +208,48 @@
android:layout_marginRight="12dp"
android:background="#dadada" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginTop="10dp"
android:background="@drawable/btn_list_item_bg"
android:clickable="true"
android:paddingLeft="12dp">
<ImageView
android:id="@+id/statisticsIcon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginLeft="12dp"
android:src="@drawable/readtime" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="20dp"
android:text="阅读统计"
android:layout_toRightOf="@id/statisticsIcon"
android:textColor="#353535"
android:textSize="16sp" />
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginLeft="335dp"
android:layout_marginTop="20dp"
android:src="@drawable/more_icon" />
<View
android:layout_width="match_parent"
android:layout_height="0.2dp"
android:layout_alignParentBottom="true"
android:layout_marginRight="12dp"
android:background="#dadada" />
</RelativeLayout>
<!-- tabbar -->