pull/32/head
kunfei 5 years ago
parent 8ccd7895e4
commit c86a671447
  1. 13
      app/src/main/res/layout/item_bookmark.xml
  2. 7
      app/src/main/res/layout/item_chapter_list.xml

@ -4,4 +4,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tv_chapter_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true" />
<TextView
android:id="@+id/tv_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="12sp"
android:singleLine="true" />
</LinearLayout>

@ -4,4 +4,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tv_chapter_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true" />
</LinearLayout>
Loading…
Cancel
Save