备份,含修复插件

This commit is contained in:
2019-06-10 15:37:26 +08:00
parent 65f12c822c
commit 825b3d820f
126 changed files with 16518 additions and 562 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:background="@color/white"
android:layout_height="match_parent">
<LinearLayout

View File

@@ -120,4 +120,16 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/start"
app:layout_constraintTop_toBottomOf="@+id/dataConfig" />
<Button
android:id="@+id/updata"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:text="同步数据"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/start"
app:layout_constraintTop_toBottomOf="@+id/help" />
</android.support.constraint.ConstraintLayout>

View File

@@ -7,5 +7,12 @@
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/credit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="积分:0" />
</LinearLayout>
</LinearLayout>

View File

@@ -11,9 +11,9 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="50"
android:progress="20" />
android:layout_marginTop="10dp"
android:max="100"
android:progress="86" />
<LinearLayout
@@ -60,6 +60,7 @@
<TextView
android:layout_width="wrap_content"
android:textColor="@color/black_de"
android:layout_height="wrap_content"
android:text=" / " />