5dee3c045ac94c88272de05R343">343
android:textSize="12sp"
app:layout_constraintRight_toRightOf="parent"
tools:text="123" />
</android.support.constraint.ConstraintLayout>
<!-- 点赞 -->
<android.support.constraint.ConstraintLayout
android:id="@+id/like"
android:layout_width="wrap_content"
android:layout_height="match_parent"
app:layout_constraintRight_toLeftOf="@+id/comment">
<ImageView
android:id="@+id/likeIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/like_icon"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toLeftOf="@+id/likeLabel"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/likeLabel"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
android:paddingLeft="3dp"
android:textColor="#888888"
android:textSize="12sp"
app:layout_constraintRight_toRightOf="parent"
tools:text="999+" />
</android.support.constraint.ConstraintLayout>
</android.support.constraint.ConstraintLayout>
</android.support.constraint.ConstraintLayout>
<include
layout="@layout/fragment_chat_content_comment_list"
|
||
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|