Commit d6365451 authored by mengcuiguang2's avatar mengcuiguang2

修改主要背景图,检测内容添加

parent d9f5c143
...@@ -90,7 +90,7 @@ public class NumAnimUtil { ...@@ -90,7 +90,7 @@ public class NumAnimUtil {
view.removeCallbacks(Counter.this); view.removeCallbacks(Counter.this);
return; return;
} }
view.setText(NumAnimUtil.NumberFormat(nums[i++], 2)); view.setText("正在安全检测中("+NumAnimUtil.NumberFormat(nums[i++], 2)+"%)");
view.removeCallbacks(Counter.this); view.removeCallbacks(Counter.this);
view.postDelayed(Counter.this, pertime); view.postDelayed(Counter.this, pertime);
} }
......
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
<ImageView <ImageView
android:id="@+id/tab_iv_three" android:id="@+id/tab_iv_three"
android:layout_width="60dp" android:layout_width="56dp"
android:layout_height="60dp" android:layout_height="56dp"
android:background="@drawable/bg_gray_circle" /> android:background="@drawable/bg_gray_circle" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment