diff --git a/.idea/modules.xml b/.idea/modules.xml
index 1e51467..9c7f509 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -9,7 +9,6 @@
-
diff --git a/app/libs/processor.jar b/app/libs/processor.jar
index 279fe2c..df31023 100644
Binary files a/app/libs/processor.jar and b/app/libs/processor.jar differ
diff --git a/app/src/main/assets/migrations/3.sql b/app/src/main/assets/migrations/3.sql
deleted file mode 100644
index 24d224b..0000000
--- a/app/src/main/assets/migrations/3.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-ALTER table test ADD COLUMN age INTEGER
-ALTER table test ADD COLUMN area INTEGER
-ALTER table test ADD COLUMN name TEXT
diff --git a/app/src/main/res/layout/fragment_ce_ping.xml b/app/src/main/res/layout/fragment_ce_ping.xml
index da10553..8f6dbdc 100644
--- a/app/src/main/res/layout/fragment_ce_ping.xml
+++ b/app/src/main/res/layout/fragment_ce_ping.xml
@@ -8,6 +8,7 @@
tools:context="com.shunzhi.parent.ui.fragment.CePingFragment">
@@ -54,7 +55,6 @@
android:layout_height="0dp"
android:layout_margin="@dimen/size_dp_10"
android:layout_weight="3"
- android:background="@drawable/shape_bg_radius8"
android:orientation="vertical">
@@ -68,6 +68,40 @@
android:layout_marginRight="@dimen/size_dp_5"
android:background="@color/bg_gray" />
+
+
+
+
+
+
+
+
+
+
+
@@ -100,10 +132,8 @@
android:id="@+id/frame_zxxl"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_marginBottom="@dimen/size_dp_20"
android:layout_marginLeft="@dimen/size_dp_5"
- android:layout_marginRight="@dimen/size_dp_10"
- android:layout_marginTop="@dimen/size_dp_20"
+ android:layout_marginTop="@dimen/size_dp_10"
android:layout_weight="1"
android:background="@drawable/zxlx"
>
@@ -124,42 +154,11 @@
-
-
-
-
-
-
-
-
-
-