">
android:textSize="12sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@+id/replayInfo"
app:layout_constraintTop_toTopOf="parent"
tools:background="#790f59" />
</android.support.constraint.ConstraintLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="16dp"
android:layout_marginTop="10dp"
android:background="#505050"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/replyView" />
</android.support.constraint.ConstraintLayout>
|
||
| 17 | 17 |
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 |
|
|
| 21 | 20 |
|
| 22 | 21 |
|
| 23 | 22 |
|