|
|
|
@ -12,8 +12,8 @@ |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:maxLength="10" |
|
|
|
|
android:textIsSelectable="true" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_remove" |
|
|
|
@ -23,8 +23,8 @@ |
|
|
|
|
android:id="@+id/tv_read_time" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:padding="6dp" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tv_book_name" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_remove" /> |
|
|
|
|