mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-12 19:58:35 +08:00
2.0.beta14
1. 完善设置 2. 增加登陆 3. 增加浏览历史页面 4. 修复一些闪退
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
android:layout_marginTop="4dp"
|
||||
android:fontFamily="@font/calibri"
|
||||
android:gravity="center"
|
||||
android:text="This is the third-party app for manga reading"
|
||||
android:text="A third-party app for manga reading"
|
||||
android:textColor="#9affffff"
|
||||
android:textSize="10sp" />
|
||||
|
||||
@@ -102,9 +102,10 @@
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/altusrnm"
|
||||
android:drawableEnd="@drawable/ic_email_white_24dp"
|
||||
android:fontFamily="@font/calibri"
|
||||
android:hint="Email"
|
||||
android:hint="Username"
|
||||
android:maxLines="1"
|
||||
android:textSize="16sp" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@@ -117,6 +118,7 @@
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/altpwd"
|
||||
android:drawableEnd="@drawable/ic_lock_white_24dp"
|
||||
android:drawablePadding="16dp"
|
||||
android:fontFamily="@font/calibri"
|
||||
@@ -137,6 +139,7 @@
|
||||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/alblogin"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:background="@drawable/buttonshapewhitebg"
|
||||
android:fontFamily="@font/calibri"
|
||||
|
||||
@@ -1,22 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="top.fumiama.copymanga.ui.history.HistoryFragment">
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_history"
|
||||
<include
|
||||
layout="@layout/line_lazybooklines"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:textAlignment="center"
|
||||
android:textSize="20sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
android:layout_height="match_parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user