diff --git a/app/src/main/res/layout/item_remote_book.xml b/app/src/main/res/layout/item_remote_book.xml index 06c2b5488..85af79d7f 100644 --- a/app/src/main/res/layout/item_remote_book.xml +++ b/app/src/main/res/layout/item_remote_book.xml @@ -1,104 +1,110 @@ - + android:layout_height="wrap_content"> - - - - - - + - + android:layout_height="wrap_content" + android:layout_margin="8dp" + android:text="@string/app_name" + android:textColor="@color/primaryText" + android:textSize="16sp" + app:layout_constraintStart_toEndOf="@+id/iv_cover" + app:layout_constraintTop_toTopOf="parent" /> + + - + android:layout_height="wrap_content" + android:ellipsize="end" + android:lines="1" + tools:text="128kb" + android:textColor="@color/tv_text_summary" + android:textSize="13sp" /> + - + - - - + - \ No newline at end of file + \ No newline at end of file