pull/36/head
kunfei 5 years ago
parent 0f1c604ba3
commit f915eb8dcb
  1. 4
      app/src/main/res/layout/activity_book_search.xml

@ -41,6 +41,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone"
app:layout_constraintTop_toBottomOf="@id/title_bar">
<TextView
@ -54,12 +55,13 @@
android:layout_height="wrap_content" />
<TextView
android:id="@+id/rv_history"
android:id="@+id/tv_history"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/searchHistory" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_history"
android:layout_width="wrap_content"
android:layout_height="match_parent" />

Loading…
Cancel
Save