|
|
|
@ -13,10 +13,12 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:textIsSelectable="true" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_remove" |
|
|
|
|
tools:text="name" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -25,9 +27,11 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/secondaryText" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tv_book_name" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_remove" /> |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_remove" |
|
|
|
|
tools:text="time" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_remove" |
|
|
|
@ -35,6 +39,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:text="@string/clear" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="@id/tv_book_name" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_read_time" /> |
|
|
|
|