From 2d8992122fda4b63d787f63ccf6c574a062c351f Mon Sep 17 00:00:00 2001 From: kunfei Date: Wed, 11 Sep 2019 12:49:16 +0800 Subject: [PATCH] up --- .../res/layout-land/activity_book_info.xml | 233 ++++++++++-------- 1 file changed, 133 insertions(+), 100 deletions(-) diff --git a/app/src/main/res/layout-land/activity_book_info.xml b/app/src/main/res/layout-land/activity_book_info.xml index 239f2961a..b6f176070 100644 --- a/app/src/main/res/layout-land/activity_book_info.xml +++ b/app/src/main/res/layout-land/activity_book_info.xml @@ -25,8 +25,8 @@ + android:textColor="@color/tv_text_default" + android:textSize="18sp" /> + android:layout_height="wrap_content" + android:layout_marginBottom="3dp" + android:singleLine="true" + android:textSize="14sp" /> @@ -86,10 +90,10 @@ + android:layout_height="wrap_content" + android:layout_marginBottom="3dp" + android:orientation="horizontal" + android:visibility="gone"> - + app:layout_constraintRight_toRightOf="@id/tv_name" /> - + app:layout_constraintRight_toLeftOf="@+id/fg"> - + + + + + + + - + android:orientation="horizontal"> - + + + + + app:layout_constraintTop_toBottomOf="@+id/view_chapter"> + + + + + + + - - - @@ -232,19 +265,29 @@ android:background="@color/background" app:layout_constraintBottom_toBottomOf="parent"> + + + android:orientation="horizontal"> - - - + android:layout_height="1px" + android:background="@color/bg_divider_line" /> + \ No newline at end of file