Merge branch 'qa_hengyang_base' into dev_hengyang_base

This commit is contained in:
zhongchao
2021-06-21 20:24:41 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="328dp" android:height="98dp">
<item android:width="324dp" android:height="128dp">
<shape android:shape="rectangle">
<gradient android:angle="360" android:endColor="#5060BC" android:startColor="#5060BC" />
<corners android:radius="@dimen/dp_20" />
<corners android:radius="@dimen/dp_64" />
</shape>
</item>
</selector>

View File

@@ -53,7 +53,7 @@
android:id="@+id/tvRefreshButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_40"
android:layout_marginTop="@dimen/dp_58"
android:background="@drawable/v2x_refresh_button_bg"
android:paddingStart="@dimen/dp_135"
android:paddingTop="@dimen/dp_25"
@@ -61,7 +61,7 @@
android:paddingBottom="@dimen/dp_25"
android:text="重试"
android:textColor="#FFFFFF"
android:textSize="@dimen/dp_34"
android:textSize="@dimen/dp_48"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ivErrorIcon" />