|
|
@ -38,7 +38,7 @@ |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvCount" |
|
|
|
android:id="@+id/tvType" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="6dp" |
|
|
@ -48,13 +48,13 @@ |
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivSync" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvType" |
|
|
|
android:id="@+id/tvCount" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="6dp" |
|
|
|
android:text="23" |
|
|
|
android:textAppearance="@android:style/TextAppearance.Small" |
|
|
|
app:layout_constraintStart_toEndOf="@id/tvCount" |
|
|
|
app:layout_constraintStart_toEndOf="@id/tvType" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivSync" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|