|
|
|
@ -35,7 +35,7 @@ |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_login" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_source_action" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -47,53 +47,23 @@ |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_login" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_source_action" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_chapter_name" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
|
android:id="@+id/tv_login" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_margin="1dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:maxWidth="80dp" |
|
|
|
|
android:paddingLeft="6dp" |
|
|
|
|
android:paddingRight="6dp" |
|
|
|
|
android:text="@string/login" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_chapter_url" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/tv_pay" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:radius="1dp" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
|
android:id="@+id/tv_pay" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_margin="1dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:maxWidth="80dp" |
|
|
|
|
android:paddingLeft="6dp" |
|
|
|
|
android:paddingRight="6dp" |
|
|
|
|
android:text="@string/chapter_pay" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_chapter_url" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@id/tv_source_action" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:radius="1dp" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
|
android:id="@+id/tv_source_action" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_margin="1dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:maxWidth="80dp" |
|
|
|
|
android:maxWidth="120dp" |
|
|
|
|
android:paddingLeft="6dp" |
|
|
|
|
android:paddingRight="6dp" |
|
|
|
|
android:text="@string/book_source" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_chapter_url" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:radius="1dp" /> |
|
|
|
|
app:radius="2dp" /> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|