打开增加检查网络情况
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="#30000000">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
|
||||
<solid android:color="#ff08C6DC" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
<solid android:color="#ff08C6DC" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
@@ -35,18 +35,18 @@
|
||||
android:layout_marginTop="200dp"
|
||||
android:src="@mipmap/img_init" />
|
||||
|
||||
<TextView
|
||||
<androidx.appcompat.widget.AppCompatButton
|
||||
android:id="@+id/okButton"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_below="@+id/mainImgView"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="60dp"
|
||||
android:layout_marginTop="90dp"
|
||||
android:background="@drawable/bg_init_button"
|
||||
android:gravity="center"
|
||||
android:text="连接服务器"
|
||||
android:text="重试"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="22sp"
|
||||
android:textSize="36sp"
|
||||
android:visibility="gone"
|
||||
android:textStyle="bold" />
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/mainImgView"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="160dp"
|
||||
android:layout_marginTop="260dp"
|
||||
android:padding="10dp"
|
||||
android:background="@drawable/bg_init_button"
|
||||
android:gravity="center"
|
||||
|
||||
Reference in New Issue
Block a user