diff --git a/app/src/main/res/layout/fragment_bookshelf.xml b/app/src/main/res/layout/fragment_bookshelf.xml index aa76e7563..2eb390c9a 100644 --- a/app/src/main/res/layout/fragment_bookshelf.xml +++ b/app/src/main/res/layout/fragment_bookshelf.xml @@ -11,7 +11,7 @@ android:layout_height="wrap_content" app:attachToActivity="false" app:title="@string/bookshelf" - app:contentLayout="@layout/view_tab_layout" + app:contentLayout="@layout/view_tab_layout_min" app:layout_constraintTop_toTopOf="parent" /> \ No newline at end of file + android:theme="?attr/actionBarStyle" /> \ No newline at end of file diff --git a/app/src/main/res/layout/view_tab_layout_min.xml b/app/src/main/res/layout/view_tab_layout_min.xml new file mode 100644 index 000000000..b44dbd7c7 --- /dev/null +++ b/app/src/main/res/layout/view_tab_layout_min.xml @@ -0,0 +1,9 @@ + + \ No newline at end of file