备份,含修复插件
This commit is contained in:
BIN
app/src/main/res/drawable/icon_daytime.png
Normal file
BIN
app/src/main/res/drawable/icon_daytime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
app/src/main/res/drawable/icon_daytime_select.png
Normal file
BIN
app/src/main/res/drawable/icon_daytime_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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=" / " />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user