diff --git a/app/src/main/res/layout/activity_book_info.xml b/app/src/main/res/layout/activity_book_info.xml index fffbdaae3..6802b85c6 100644 --- a/app/src/main/res/layout/activity_book_info.xml +++ b/app/src/main/res/layout/activity_book_info.xml @@ -14,392 +14,391 @@ android:contentDescription="@string/bg_image" app:layout_constraintTop_toTopOf="parent" /> - + android:layout_height="wrap_content" + app:layout_constraintTop_toTopOf="parent" /> - + android:layout_height="match_parent" + android:background="#50000000" + android:orientation="vertical"> - - - + android:layout_height="wrap_content" + app:layout_constraintTop_toTopOf="parent" + app:title="@string/book_info" + app:themeMode="dark" /> - - - + android:layout_marginTop="8dp" > - + - + - + - + - + - - - - - - - - - + android:scrollbarStyle="outsideInset" + android:scrollbars="vertical" + android:fillViewport="true" + android:fitsSystemWindows="false" + android:focusable="true"> - - - - - - - - - - + android:text="@string/book_name" + android:textColor="@color/primaryText" + android:textSize="18sp" + tools:ignore="RtlHardcoded" /> - + android:layout_marginBottom="6dp" + android:layout_gravity="center" + android:gravity="center" + android:visibility="gone" /> + android:layout_height="wrap_content"> - - - + android:gravity="center_vertical" + android:orientation="horizontal" + android:paddingTop="3dp" + android:paddingBottom="3dp" + tools:ignore="UseCompoundDrawables"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + android:layout_marginTop="8dp" + android:clickable="true" + android:focusable="true" + android:minHeight="48dp" + android:paddingLeft="8dp" + android:paddingBottom="8dp" + android:text="@string/book_intro" + android:textColor="@color/secondaryText" + android:textSize="14sp" + android:visibility="visible" + tools:ignore="RtlHardcoded,RtlSymmetry" /> - + + + + + + + android:gravity="center" + android:includeFontPadding="false" + android:text="@string/remove_from_bookshelf" + android:textColor="@color/primaryText" + android:textSize="15sp" /> + + - - - - - - - - - - - +