pull/32/head
parent
e9b67f4ff0
commit
81bd481a0d
@ -1,8 +1,14 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
xmlns:tools="http://schemas.android.com/tools" |
xmlns:tools="http://schemas.android.com/tools" |
||||||
android:layout_width="match_parent" |
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
android:layout_height="match_parent" |
android:layout_width="match_parent" android:layout_height="match_parent" |
||||||
tools:context="io.legado.app.ui.about.AboutActivity"> |
tools:context="io.legado.app.ui.about.AboutActivity"> |
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout> |
<io.legado.app.ui.widget.TitleBar |
||||||
|
android:id="@+id/title_bar" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
app:title="@string/about"/> |
||||||
|
|
||||||
|
</LinearLayout> |
||||||
|
Loading…
Reference in new issue