pull/32/head
kunfei 5 years ago
parent 0c0fa87ea7
commit 78c599d0f0
  1. 3
      app/src/main/res/layout/activity_source_debug.xml
  2. 2
      app/src/main/res/layout/activity_source_edit.xml

@ -10,9 +10,8 @@
android:id="@+id/title_bar" android:id="@+id/title_bar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:fitStatusBar="false"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:title="书源编辑" /> app:title="@string/debug_source" />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view" android:id="@+id/recycler_view"

@ -12,7 +12,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:fitStatusBar="false" app:fitStatusBar="false"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:title="书源编辑" /> app:title="@string/edit_book_source" />
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"

Loading…
Cancel
Save