替换图片资源

This commit is contained in:
liujing
2022-05-31 16:18:51 +08:00
parent 2f959cc571
commit eb98114c02
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -6,7 +6,7 @@
android:shape="ring"
android:thickness="6px"
android:useLevel="false">
<solid android:color="#66BBCFF6" />
<solid android:color="#00BBCFF6" />
</shape>
</item>

View File

@@ -38,7 +38,7 @@
android:layout_centerHorizontal="true"
android:layout_gravity="center_horizontal"
android:src="@drawable/bg_auto"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_16"
app:layout_constraintBottom_toBottomOf="@+id/steering_circular"
app:layout_constraintLeft_toLeftOf="@+id/steering_circular"
app:layout_constraintRight_toRightOf="@+id/steering_circular"

View File

@@ -11,7 +11,7 @@
android:layout_height="@dimen/dp_240"
android:layout_centerHorizontal="true"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_152"
android:layout_marginTop="@dimen/dp_142"
android:src="@drawable/bg_auto"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"