评论、点赞、收藏功能完善
This commit is contained in:
parent
61fe13b37d
commit
d9458b1f6d
BIN
app/src/main/res/drawable/rank.png
Normal file
BIN
app/src/main/res/drawable/rank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 586 B |
@ -208,6 +208,48 @@
|
|||||||
android:layout_marginRight="12dp"
|
android:layout_marginRight="12dp"
|
||||||
android:background="#dadada" />
|
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>
|
</RelativeLayout>
|
||||||
|
|
||||||
<!-- tabbar -->
|
<!-- tabbar -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user