@@ -28,11 +28,12 @@ | |||
android:id="@+id/name" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:layout_alignParentLeft="true" | |||
android:layout_centerVertical="true" | |||
android:layout_marginLeft="20dp" | |||
android:layout_alignParentLeft="true" | |||
android:text="回锅肉" | |||
android:textSize="14dp"/> | |||
android:textAlignment="center" | |||
android:textSize="14dp" /> | |||
</RelativeLayout> | |||
<!-- <RelativeLayout--> | |||
@@ -90,7 +90,7 @@ | |||
<!-- 表头 --> | |||
<RelativeLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="26dp" | |||
android:layout_height="36dp" | |||
android:background="@color/activity_background"> | |||
<TableLayout | |||
@@ -112,11 +112,12 @@ | |||
android:layout_weight="1"> | |||
<com.qmuiteam.qmui.widget.textview.QMUILinkTextView | |||
android:layout_width="wrap_content" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:layout_alignParentLeft="true" | |||
android:layout_marginLeft="20dp" | |||
android:text="物料名称" /> | |||
android:text="物料名称" | |||
android:textAlignment="center"/> | |||
</RelativeLayout> | |||
<!-- <RelativeLayout--> | |||
@@ -138,11 +139,12 @@ | |||
android:layout_weight="1"> | |||
<com.qmuiteam.qmui.widget.textview.QMUILinkTextView | |||
android:layout_width="wrap_content" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:layout_alignParentLeft="true" | |||
android:layout_marginLeft="20dp" | |||
android:text="用户操作" /> | |||
android:text="用户操作" | |||
android:textAlignment="center"/> | |||
</RelativeLayout> | |||
</TableRow> | |||
</TableLayout> | |||
@@ -165,10 +165,14 @@ | |||
android:layout_marginTop="30dp" | |||
android:layout_width="match_parent" | |||
android:layout_height="match_parent"> | |||
<androidx.recyclerview.widget.RecyclerView | |||
android:id="@+id/recycler_view_wl" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"/> | |||
<ScrollView | |||
android:layout_width="match_parent" | |||
android:layout_height="match_parent"> | |||
<androidx.recyclerview.widget.RecyclerView | |||
android:id="@+id/recycler_view_wl" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"/> | |||
</ScrollView> | |||
</LinearLayout> | |||
</RelativeLayout> | |||
</LinearLayout> | |||
@@ -223,13 +223,16 @@ | |||
<!-- 物料 --> | |||
<androidx.recyclerview.widget.RecyclerView | |||
<ScrollView | |||
android:layout_marginTop="30dp" | |||
android:id="@+id/recycler_view_wl_click" | |||
android:layout_width="match_parent" | |||
android:layout_height="0dp" | |||
android:layout_weight="0.5"/> | |||
android:layout_weight="0.5"> | |||
<androidx.recyclerview.widget.RecyclerView | |||
android:id="@+id/recycler_view_wl_click" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"/> | |||
</ScrollView> | |||
</LinearLayout> | |||
</RelativeLayout> | |||
<LinearLayout | |||
@@ -11,13 +11,19 @@ | |||
android:layout_height="wrap_content"> | |||
<LinearLayout | |||
android:layout_width="300dp" | |||
android:layout_width="240dp" | |||
android:layout_height="wrap_content" | |||
android:orientation="vertical" | |||
android:background="@color/activity_background1"> | |||
android:orientation="vertical"> | |||
<RelativeLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"> | |||
<ImageView | |||
android:layout_width="wrap_content" | |||
android:layout_height="wrap_content" | |||
android:src="@mipmap/topline"/> | |||
</RelativeLayout> | |||
<TextView | |||
android:layout_marginTop="60dp" | |||
android:layout_marginTop="0dp" | |||
android:id="@+id/name" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
@@ -29,12 +35,11 @@ | |||
<RelativeLayout | |||
android:layout_marginTop="30dp" | |||
android:layout_marginLeft="40dp" | |||
android:layout_width="wrap_content" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"> | |||
<LinearLayout | |||
android:layout_centerInParent="true" | |||
android:layout_width="wrap_content" | |||
android:layout_width="175dp" | |||
android:layout_height="wrap_content" | |||
android:orientation="horizontal"> | |||
<TextView | |||
@@ -58,13 +63,12 @@ | |||
</RelativeLayout> | |||
<RelativeLayout | |||
android:layout_marginTop="10dp" | |||
android:layout_marginLeft="40dp" | |||
android:layout_width="wrap_content" | |||
android:layout_marginTop="30dp" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"> | |||
<LinearLayout | |||
android:layout_centerInParent="true" | |||
android:layout_width="wrap_content" | |||
android:layout_width="175dp" | |||
android:layout_height="wrap_content" | |||
android:orientation="horizontal"> | |||
<TextView | |||
@@ -89,16 +93,16 @@ | |||
</RelativeLayout> | |||
<RelativeLayout | |||
android:layout_marginTop="10dp" | |||
android:layout_marginLeft="40dp" | |||
android:layout_width="wrap_content" | |||
android:layout_marginTop="30dp" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"> | |||
<LinearLayout | |||
android:layout_centerInParent="true" | |||
android:layout_width="wrap_content" | |||
android:layout_width="175dp" | |||
android:layout_height="wrap_content" | |||
android:orientation="horizontal"> | |||
<TextView | |||
android:layout_marginTop="@dimen/dp_10" | |||
android:layout_width="wrap_content" | |||
android:layout_height="match_parent" | |||
android:text="自动加热:" | |||
@@ -117,13 +121,13 @@ | |||
</RelativeLayout> | |||
<RelativeLayout | |||
android:layout_marginTop="10dp" | |||
android:layout_marginBottom="80dp" | |||
android:layout_marginTop="30dp" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"> | |||
<Button | |||
android:id="@+id/save_value" | |||
android:layout_width="100dp" | |||
android:layout_width="160dp" | |||
android:layout_height="26dp" | |||
android:layout_centerInParent="true" | |||
android:background="@drawable/bg_btn_login_selected" | |||