From 270b78f65e929de52d11fb1dc414d54338332d1c Mon Sep 17 00:00:00 2001 From: kunfei Date: Mon, 25 Nov 2019 08:55:24 +0800 Subject: [PATCH] up --- app/src/main/res/layout/fragment_bookshelf.xml | 2 +- app/src/main/res/layout/view_tab_layout.xml | 5 +---- app/src/main/res/layout/view_tab_layout_min.xml | 9 +++++++++ 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 app/src/main/res/layout/view_tab_layout_min.xml 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