parent
8e9609c886
commit
c117f91121
@ -1,7 +1,25 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<io.legado.app.ui.widget.text.InertiaScrollTextView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/text_view" |
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:padding="12dp" |
||||
android:textIsSelectable="true" /> |
||||
xmlns:app="http://schemas.android.com/apk/res-auto"> |
||||
|
||||
<io.legado.app.ui.widget.text.InertiaScrollTextView |
||||
android:id="@+id/text_view" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:padding="12dp" |
||||
android:textIsSelectable="true" /> |
||||
|
||||
<io.legado.app.ui.widget.text.BadgeView |
||||
android:id="@+id/badge_view" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_margin="3dp" |
||||
android:visibility="invisible" |
||||
app:layout_constraintTop_toTopOf="parent" |
||||
app:layout_constraintRight_toRightOf="parent" /> |
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout> |
||||
|
||||
|
||||
|
Loading…
Reference in new issue