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:id="@+id/ll_info" + android:layout_width="wrap_content" + android:layout_height="0dp" + android:orientation="horizontal" + android:gravity="top" + android:layout_marginTop="8dp" + app:layout_constraintLeft_toLeftOf="@+id/tv_name" + app:layout_constraintTop_toBottomOf="@+id/tv_name"> - + 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