|
|
@ -8,7 +8,7 @@ |
|
|
|
android:id="@+id/tv_title" |
|
|
|
android:id="@+id/tv_title" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:padding="16dp" |
|
|
|
android:padding="18dp" |
|
|
|
android:text="@string/add_book_url" |
|
|
|
android:text="@string/add_book_url" |
|
|
|
android:textColor="@color/primaryText" |
|
|
|
android:textColor="@color/primaryText" |
|
|
|
android:textSize="16sp" |
|
|
|
android:textSize="16sp" |
|
|
@ -16,21 +16,34 @@ |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_message" |
|
|
|
android:id="@+id/tv_name" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:padding="16dp" |
|
|
|
android:paddingHorizontal="16dp" |
|
|
|
android:minLines="3" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_title" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_title" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_author" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingHorizontal="16dp" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_name" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_origin" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingHorizontal="16dp" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_author" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.anima.RotateLoading |
|
|
|
<io.legado.app.ui.widget.anima.RotateLoading |
|
|
|
android:id="@+id/rotate_loading" |
|
|
|
android:id="@+id/rotate_loading" |
|
|
|
android:layout_width="48dp" |
|
|
|
android:layout_width="48dp" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_height="48dp" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="@id/tv_message" |
|
|
|
app:layout_constraintTop_toTopOf="@id/tv_name" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_message" /> |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_origin" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
android:id="@+id/tv_ok" |
|
|
|
android:id="@+id/tv_ok" |
|
|
@ -38,7 +51,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:padding="16dp" |
|
|
|
android:padding="16dp" |
|
|
|
android:text="@string/ok" |
|
|
|
android:text="@string/ok" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_message" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_origin" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
@ -48,7 +61,17 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:padding="16dp" |
|
|
|
android:padding="16dp" |
|
|
|
android:text="@string/cancel" |
|
|
|
android:text="@string/cancel" |
|
|
|
|
|
|
|
android:textColor="@color/secondaryText" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_ok" /> |
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_ok" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentTextView |
|
|
|
|
|
|
|
android:id="@+id/tv_read" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:padding="16dp" |
|
|
|
|
|
|
|
android:text="@string/reading" |
|
|
|
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |