Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Oct 5, 2019
1 parent 9365acb commit f19dab7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/res/layout/activity_search_book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,16 @@
android:text="@string/bookshelf"
android:textColor="#767676"
android:textSize="16sp"
android:visibility="gone"
tools:ignore="RtlHardcoded" />

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_bookshelf"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:paddingLeft="18dp"
android:paddingRight="18dp"
android:visibility="gone" />

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit f19dab7

Please sign in to comment.