|
|
@@ -563,10 +563,10 @@ android:orientation="vertical"> |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="40dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:src="@mipmap/start" /> |
|
|
|
android:src="@mipmap/zidongqingxi" /> |
|
|
|
</RelativeLayout> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
@@ -575,50 +575,10 @@ android:orientation="vertical"> |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:text="开始" |
|
|
|
android:text="自动清洗" |
|
|
|
android:textSize="19dp"/> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!--边框分割细线--> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
android:layout_marginRight="5dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<LinearLayout |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:layout_width="1dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:background="@color/activity_background" /> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/tzjb" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:src="@mipmap/stop" /> |
|
|
|
</RelativeLayout> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:text="停止" |
|
|
|
android:textSize="19dp"/> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|