pull/32/head
kunfei 5 years ago
parent 270751d3ce
commit 929f915c90
  1. 8
      app/src/main/res/layout/activity_read.xml

@ -20,12 +20,20 @@
android:id="@+id/tv_chapter_name" android:id="@+id/tv_chapter_name"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/background"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:text="@string/chapter"
android:textSize="12sp" /> android:textSize="12sp" />
<TextView <TextView
android:id="@+id/tv_chapter_url" android:id="@+id/tv_chapter_url"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/background"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:text="@string/chapter"
android:textSize="12sp" /> android:textSize="12sp" />
</io.legado.app.ui.widget.TitleBar> </io.legado.app.ui.widget.TitleBar>

Loading…
Cancel
Save