From d4ea345c24901223740b9fe407e715d25fc44047 Mon Sep 17 00:00:00 2001 From: gedoor Date: Sat, 15 Jun 2019 20:06:37 +0800 Subject: [PATCH] up --- .../main/res/layout/fragment_bookshelf.xml | 53 ++++++++++--------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/app/src/main/res/layout/fragment_bookshelf.xml b/app/src/main/res/layout/fragment_bookshelf.xml index 722707e63..d5f6c6819 100644 --- a/app/src/main/res/layout/fragment_bookshelf.xml +++ b/app/src/main/res/layout/fragment_bookshelf.xml @@ -1,41 +1,42 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:id="@+id/title_bar" + android:layout_width="match_parent" + android:layout_height="wrap_content" + app:attachToActivity="false" + app:title="@string/bookshelf" /> + android:id="@+id/rv_book_group" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + android:id="@+id/tv_recent_reading" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@color/background" + android:elevation="3dp" + android:focusable="true" + android:padding="5dp" + android:text="@string/recent_reading" /> + android:id="@+id/refresh_layout" + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1"> + android:id="@+id/rv_bookshelf" + android:layout_width="match_parent" + android:layout_height="match_parent" /> \ No newline at end of file