diff --git a/app/src/main/res/drawable/primary_color_rounded_background.xml b/app/src/main/res/drawable/primary_color_rounded_background.xml index 7293faf..6b78168 100644 --- a/app/src/main/res/drawable/primary_color_rounded_background.xml +++ b/app/src/main/res/drawable/primary_color_rounded_background.xml @@ -8,8 +8,9 @@ - - + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/rounded_button_background.xml b/app/src/main/res/drawable/rounded_button_background.xml index 03b4031..2c39155 100644 --- a/app/src/main/res/drawable/rounded_button_background.xml +++ b/app/src/main/res/drawable/rounded_button_background.xml @@ -3,13 +3,13 @@ - + - + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_oxface_online.xml b/app/src/main/res/layout/activity_oxface_online.xml index 4320732..99c4258 100644 --- a/app/src/main/res/layout/activity_oxface_online.xml +++ b/app/src/main/res/layout/activity_oxface_online.xml @@ -317,7 +317,7 @@ android:layout_width="wrap_content" android:layout_height="28dp" android:layout_marginBottom="10dp" - android:background="@drawable/rounded_button_background" + android:background="@drawable/primary_color_rounded_background" android:minHeight="40dp" android:text="验证码开门" android:textColor="#FFFFFF" @@ -327,7 +327,7 @@ android:id="@+id/btn_scanner_door" android:layout_width="wrap_content" android:layout_height="28dp" - android:background="@drawable/rounded_button_background" + android:background="@drawable/primary_color_rounded_background" android:minHeight="40dp" android:text="扫码器开门" android:textColor="#FFFFFF"