Browse Source

现场改动994

tags/old_version_1
fyf 1 year ago
parent
commit
235b3218bc
1 changed files with 3 additions and 43 deletions
  1. +3
    -43
      app/src/main/res/layout/fragment_home1.xml

+ 3
- 43
app/src/main/res/layout/fragment_home1.xml View File

@@ -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>



Loading…
Cancel
Save