@@ -19,6 +19,8 @@ import com.bonait.bnframework.common.message.MessageManager; | |||||
import com.bonait.bnframework.common.utils.ToastUtils; | import com.bonait.bnframework.common.utils.ToastUtils; | ||||
import com.bonait.bnframework.modules.home.fragment.from.GoodPeiFangActivity; | import com.bonait.bnframework.modules.home.fragment.from.GoodPeiFangActivity; | ||||
import com.bonait.bnframework.modules.home.fragment.from.JcsjglActivity; | import com.bonait.bnframework.modules.home.fragment.from.JcsjglActivity; | ||||
import com.bonait.bnframework.modules.home.fragment.from.LogActivity; | |||||
import com.bonait.bnframework.modules.home.fragment.from.RealTimeActivity; | |||||
import com.bonait.bnframework.modules.home.fragment.from.SilosActivity; | import com.bonait.bnframework.modules.home.fragment.from.SilosActivity; | ||||
import com.bonait.bnframework.modules.home.fragment.mode.caidan_control; | import com.bonait.bnframework.modules.home.fragment.mode.caidan_control; | ||||
import com.orhanobut.logger.Logger; | import com.orhanobut.logger.Logger; | ||||
@@ -58,7 +60,7 @@ public class GongnengFragment extends BaseFragment { | |||||
private void initTopBar() { | private void initTopBar() { | ||||
mTopBar.setTitle("功能菜单"); | mTopBar.setTitle("功能菜单"); | ||||
} | } | ||||
@OnClick({R.id.jcsjgl,R.id.lcgl,R.id.yfpf}) | |||||
@OnClick({R.id.jcsjgl,R.id.lcgl,R.id.yfpf,R.id.log,R.id.ssjk}) | |||||
public void onViewClicked(View view) { | public void onViewClicked(View view) { | ||||
switch (view.getId()) { | switch (view.getId()) { | ||||
case R.id.jcsjgl:// | case R.id.jcsjgl:// | ||||
@@ -73,6 +75,14 @@ public class GongnengFragment extends BaseFragment { | |||||
skipToActivity(GoodPeiFangActivity.class); | skipToActivity(GoodPeiFangActivity.class); | ||||
//ConfigName.getInstance().fragmentAdapter.replaceFragment(0,new GoodPeiFangActivity()); | //ConfigName.getInstance().fragmentAdapter.replaceFragment(0,new GoodPeiFangActivity()); | ||||
break; | break; | ||||
case R.id.log:// | |||||
skipToActivity(LogActivity.class); | |||||
//ConfigName.getInstance().fragmentAdapter.replaceFragment(0,new GoodPeiFangActivity()); | |||||
break; | |||||
case R.id.ssjk:// | |||||
skipToActivity(RealTimeActivity.class); | |||||
//ConfigName.getInstance().fragmentAdapter.replaceFragment(0,new GoodPeiFangActivity()); | |||||
break; | |||||
} | } | ||||
} | } | ||||
@@ -56,9 +56,12 @@ public class SheZhifragment extends BaseFragment { | |||||
mTopBar.setTitle("订单管理"); | mTopBar.setTitle("订单管理"); | ||||
} | } | ||||
@OnClick({R.id.xtcs,R.id.imagegl,R.id.shebeixinxi}) | |||||
@OnClick({R.id.plckz,R.id.xtcs,R.id.imagegl,R.id.shebeixinxi}) | |||||
public void onViewClicked(View view) { | public void onViewClicked(View view) { | ||||
switch (view.getId()) { | switch (view.getId()) { | ||||
case R.id.plckz:// | |||||
skipToActivity(PlcControlActivity.class); | |||||
break; | |||||
case R.id.xtcs:// | case R.id.xtcs:// | ||||
skipToActivity(SystemParameterActivity.class); | skipToActivity(SystemParameterActivity.class); | ||||
break; | break; | ||||
@@ -0,0 +1,27 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | |||||
android:color="#7FEF5362" | |||||
android:radius="-1dp"> | |||||
<item android:state_pressed="true"> | |||||
<shape> | |||||
<solid android:color="#B3922B" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item android:state_enabled="false"> | |||||
<shape> | |||||
<solid android:color="#cccccc" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item> | |||||
<shape> | |||||
<solid android:color="#BEAA6A" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
</ripple> |
@@ -0,0 +1,27 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | |||||
android:color="#7FEF5362" | |||||
android:radius="-1dp"> | |||||
<item android:state_pressed="true"> | |||||
<shape> | |||||
<solid android:color="#1B7B95" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item android:state_enabled="false"> | |||||
<shape> | |||||
<solid android:color="#cccccc" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item> | |||||
<shape> | |||||
<solid android:color="#7DCCE1" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
</ripple> |
@@ -0,0 +1,27 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | |||||
android:color="#7FEF5362" | |||||
android:radius="-1dp"> | |||||
<item android:state_pressed="true"> | |||||
<shape> | |||||
<solid android:color="#E499F3" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item android:state_enabled="false"> | |||||
<shape> | |||||
<solid android:color="#cccccc" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item> | |||||
<shape> | |||||
<solid android:color="#EACAF0" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
</ripple> |
@@ -0,0 +1,27 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | |||||
android:color="#7FEF5362" | |||||
android:radius="-1dp"> | |||||
<item android:state_pressed="true"> | |||||
<shape> | |||||
<solid android:color="#6AA0E8" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item android:state_enabled="false"> | |||||
<shape> | |||||
<solid android:color="#cccccc" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item> | |||||
<shape> | |||||
<solid android:color="#C6D7ED" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
</ripple> |
@@ -1,9 +1,14 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
<!-- 第一组item:设置Spinner背景边框 --> | <!-- 第一组item:设置Spinner背景边框 --> | ||||
<item> | |||||
<shape> | |||||
<item | |||||
android:left="-10dp" | |||||
android:right="-10dp" | |||||
android:top="-10dp" | |||||
> | |||||
<shape > | |||||
<stroke | <stroke | ||||
android:width="1dp" | android:width="1dp" | ||||
android:color="@color/color3"> | android:color="@color/color3"> | ||||
</stroke> | </stroke> | ||||
@@ -18,6 +23,8 @@ | |||||
</shape> | </shape> | ||||
<!-- 第二组item:设置spinner箭头图片 --> | <!-- 第二组item:设置spinner箭头图片 --> | ||||
</item> | </item> | ||||
<item> | <item> | ||||
<bitmap | <bitmap | ||||
android:gravity="end" | android:gravity="end" | ||||
@@ -0,0 +1,27 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | |||||
android:color="#7FEF5362" | |||||
android:radius="-1dp"> | |||||
<item android:state_pressed="true"> | |||||
<shape> | |||||
<solid android:color="#ABE849" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item android:state_enabled="false"> | |||||
<shape> | |||||
<solid android:color="#cccccc" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
<item> | |||||
<shape> | |||||
<solid android:color="#CDEA9E" /> | |||||
<corners android:radius="20dp" /> | |||||
</shape> | |||||
</item> | |||||
</ripple> |
@@ -15,6 +15,7 @@ | |||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
> | > | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:layout_margin="10dp"> | android:layout_margin="10dp"> | ||||
@@ -24,7 +25,7 @@ | |||||
android:orientation="vertical"> | android:orientation="vertical"> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="50dp"> | |||||
android:layout_height="30dp"> | |||||
<LinearLayout | <LinearLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
@@ -72,7 +73,7 @@ | |||||
<Spinner | <Spinner | ||||
android:id="@+id/rzlx" | android:id="@+id/rzlx" | ||||
android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
android:layout_height="24dp" | |||||
android:layout_height="26dp" | |||||
style="@style/commonSpinnerStyle"/> | style="@style/commonSpinnerStyle"/> | ||||
<EditText | <EditText | ||||
android:id="@+id/edittext" | android:id="@+id/edittext" | ||||
@@ -89,13 +90,13 @@ | |||||
<Button | <Button | ||||
android:id="@+id/button" | android:id="@+id/button" | ||||
android:text="查询" | android:text="查询" | ||||
android:background="@drawable/button3" | |||||
android:background="@drawable/bg_btn_login_selected" | |||||
android:textSize="@dimen/textSize" | android:textSize="@dimen/textSize" | ||||
android:textColor="@color/foreground" | |||||
android:layout_marginLeft="5dp" | android:layout_marginLeft="5dp" | ||||
android:layout_gravity="center" | android:layout_gravity="center" | ||||
android:layout_width="60dp" | |||||
android:layout_width="120dp" | |||||
android:layout_height="26dp" | android:layout_height="26dp" | ||||
android:textColor="@color/white" | |||||
/> | /> | ||||
</LinearLayout> | </LinearLayout> | ||||
@@ -111,8 +112,8 @@ | |||||
android:orientation="vertical"> | android:orientation="vertical"> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:background="@color/main_background" | |||||
android:layout_height="26dp"> | |||||
android:background="@color/datatab_tab" | |||||
android:layout_height="36dp"> | |||||
<TableLayout | <TableLayout | ||||
android:layout_centerVertical="true" | android:layout_centerVertical="true" | ||||
@@ -130,39 +131,42 @@ | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_weight="1"> | android:layout_weight="1"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="日志类型" | android:text="日志类型" | ||||
android:textColor="@color/dataGridColumnHeaderColor" | |||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_weight="2"> | |||||
android:layout_weight="1"> | |||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="日志时间" | android:text="日志时间" | ||||
android:textColor="@color/dataGridColumnHeaderColor" | |||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white"/> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_weight="4"> | android:layout_weight="4"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="日志描述" | android:text="日志描述" | ||||
android:textColor="@color/dataGridColumnHeaderColor" | |||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white"/> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</TableRow> | </TableRow> | ||||
@@ -175,9 +179,6 @@ | |||||
android:id="@+id/datatab" | android:id="@+id/datatab" | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:divider="#00000000" | |||||
android:dividerHeight="3dp" | |||||
android:layout_marginTop="3dp" | |||||
/> | /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
</LinearLayout> | </LinearLayout> | ||||
@@ -16,7 +16,8 @@ | |||||
> | > | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent"> | |||||
android:layout_height="match_parent" | |||||
android:layout_margin="10dp"> | |||||
<LinearLayout | <LinearLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
@@ -25,7 +26,7 @@ | |||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="50dp"> | |||||
android:layout_height="30dp"> | |||||
<LinearLayout | <LinearLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
@@ -74,7 +75,7 @@ | |||||
android:id="@+id/rzlx" | android:id="@+id/rzlx" | ||||
style="@style/commonSpinnerStyle" | style="@style/commonSpinnerStyle" | ||||
android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
android:layout_height="24dp" /> | |||||
android:layout_height="26dp" /> | |||||
<EditText | <EditText | ||||
android:id="@+id/edittext" | android:id="@+id/edittext" | ||||
@@ -91,18 +92,18 @@ | |||||
<Button | <Button | ||||
android:id="@+id/button" | android:id="@+id/button" | ||||
android:layout_width="60dp" | |||||
android:layout_width="120dp" | |||||
android:layout_height="26dp" | android:layout_height="26dp" | ||||
android:layout_gravity="center" | android:layout_gravity="center" | ||||
android:layout_marginLeft="5dp" | android:layout_marginLeft="5dp" | ||||
android:background="@drawable/button3" | |||||
android:background="@drawable/bg_btn_login_selected" | |||||
android:text="查询" | android:text="查询" | ||||
android:textColor="@color/white" | android:textColor="@color/white" | ||||
android:textSize="@dimen/textSize" /> | android:textSize="@dimen/textSize" /> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="0dp" | |||||
android:layout_marginLeft="10dp" | |||||
android:text="数量:"></TextView> | android:text="数量:"></TextView> | ||||
<TextView | <TextView | ||||
android:id="@+id/count" | android:id="@+id/count" | ||||
@@ -127,8 +128,8 @@ | |||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="26dp" | |||||
android:background="@color/activity_background"> | |||||
android:layout_height="36dp" | |||||
android:background="@color/datatab_tab"> | |||||
<TableLayout | <TableLayout | ||||
@@ -150,12 +151,14 @@ | |||||
android:layout_weight="2.5"> | android:layout_weight="2.5"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="订单编号" | android:text="订单编号" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -164,12 +167,14 @@ | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="创建时间" | android:text="创建时间" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white"/> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -178,12 +183,14 @@ | |||||
android:layout_weight="1"> | android:layout_weight="1"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="商品名称" | android:text="商品名称" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -192,12 +199,14 @@ | |||||
android:layout_weight="1"> | android:layout_weight="1"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="订单状态" | android:text="订单状态" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -205,12 +214,14 @@ | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="备注" | android:text="备注" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</TableRow> | </TableRow> | ||||
@@ -224,10 +235,7 @@ | |||||
<ListView | <ListView | ||||
android:id="@+id/datatab" | android:id="@+id/datatab" | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | |||||
android:layout_marginTop="3dp" | |||||
android:divider="#00000000" | |||||
android:dividerHeight="3dp" /> | |||||
android:layout_height="match_parent"/> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</LinearLayout> | </LinearLayout> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
@@ -21,6 +21,7 @@ | |||||
tools:ignore="Suspicious0dp"> | tools:ignore="Suspicious0dp"> | ||||
<androidx.recyclerview.widget.RecyclerView | <androidx.recyclerview.widget.RecyclerView | ||||
android:id="@+id/recycler_view" | android:id="@+id/recycler_view" | ||||
android:layout_margin="@dimen/dp_10" | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content"/> | android:layout_height="wrap_content"/> | ||||
</ScrollView> | </ScrollView> | ||||
@@ -16,7 +16,8 @@ | |||||
> | > | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent"> | |||||
android:layout_height="match_parent" | |||||
android:layout_margin="10dp"> | |||||
<LinearLayout | <LinearLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
@@ -25,7 +26,7 @@ | |||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="50dp"> | |||||
android:layout_height="30dp"> | |||||
<LinearLayout | <LinearLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
@@ -66,11 +67,11 @@ | |||||
<Button | <Button | ||||
android:id="@+id/button" | android:id="@+id/button" | ||||
android:layout_width="100dp" | |||||
android:layout_width="120dp" | |||||
android:layout_height="26dp" | android:layout_height="26dp" | ||||
android:layout_gravity="center" | android:layout_gravity="center" | ||||
android:layout_marginLeft="15dp" | android:layout_marginLeft="15dp" | ||||
android:background="@drawable/button3" | |||||
android:background="@drawable/bg_btn_login_selected" | |||||
android:text="查询" | android:text="查询" | ||||
android:textColor="@color/white" | android:textColor="@color/white" | ||||
android:textSize="@dimen/textSize" /> | android:textSize="@dimen/textSize" /> | ||||
@@ -88,8 +89,8 @@ | |||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="26dp" | |||||
android:background="@color/activity_background"> | |||||
android:layout_height="36dp" | |||||
android:background="@color/datatab_tab"> | |||||
<TableLayout | <TableLayout | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
@@ -110,12 +111,14 @@ | |||||
android:layout_weight="2.5"> | android:layout_weight="2.5"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="商品名称" | android:text="商品名称" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white"/> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -124,12 +127,14 @@ | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="订单总量(单)" | android:text="订单总量(单)" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -138,12 +143,14 @@ | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="已制作(单)" | android:text="已制作(单)" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -152,12 +159,14 @@ | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="异常订单(单)" | android:text="异常订单(单)" | ||||
android:textSize="@dimen/textSize" /> | |||||
android:textAlignment="center" | |||||
android:textStyle="bold" | |||||
android:textColor="@color/white" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</TableRow> | </TableRow> | ||||
</TableLayout> | </TableLayout> | ||||
@@ -170,10 +179,7 @@ | |||||
<ListView | <ListView | ||||
android:id="@+id/datatab" | android:id="@+id/datatab" | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | |||||
android:layout_marginTop="3dp" | |||||
android:divider="#00000000" | |||||
android:dividerHeight="3dp" /> | |||||
android:layout_height="match_parent" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</LinearLayout> | </LinearLayout> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
@@ -5,7 +5,6 @@ | |||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:orientation="horizontal"> | android:orientation="horizontal"> | ||||
<TableLayout | <TableLayout | ||||
android:background="@color/activity_background1" | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:gravity="center" | android:gravity="center" | ||||
@@ -18,69 +17,88 @@ | |||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2.5"> | android:layout_weight="2.5"> | ||||
<TextView | <TextView | ||||
android:id="@+id/bh" | android:id="@+id/bh" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="订单编号" | android:text="订单编号" | ||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | android:textSize="12dp" /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:id="@+id/time" | android:id="@+id/time" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:text="创建时间" | android:text="创建时间" | ||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | android:textSize="12dp" /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="1"> | android:layout_weight="1"> | ||||
<TextView | <TextView | ||||
android:id="@+id/name" | android:id="@+id/name" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="商品名称" | android:text="商品名称" | ||||
android:textSize="12dp" /> | |||||
android:layout_centerInParent="true" | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="1"> | android:layout_weight="1"> | ||||
<TextView | <TextView | ||||
android:id="@+id/status" | android:id="@+id/status" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_centerInParent="true" | |||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="订单状态" | android:text="订单状态" | ||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | android:textSize="12dp" /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="30dp" | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_centerInParent="true" | |||||
android:id="@+id/bz" | android:id="@+id/bz" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="备注" | android:text="备注" | ||||
android:textSize="12dp" /> | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</TableRow> | </TableRow> | ||||
@@ -5,7 +5,6 @@ | |||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:orientation="horizontal"> | android:orientation="horizontal"> | ||||
<TableLayout | <TableLayout | ||||
android:background="@color/activity_background1" | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:gravity="center" | android:gravity="center" | ||||
@@ -18,62 +17,74 @@ | |||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2.5"> | android:layout_weight="2.5"> | ||||
<TextView | <TextView | ||||
android:id="@+id/name" | android:id="@+id/name" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="商品名称" | android:text="商品名称" | ||||
android:textSize="12dp"/> | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:id="@+id/ddzl" | android:id="@+id/ddzl" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="订单总量(单)" | android:text="订单总量(单)" | ||||
android:textSize="12dp"/> | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:id="@+id/ddzl_yzz" | android:id="@+id/ddzl_yzz" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="已制作(单)" | android:text="已制作(单)" | ||||
android:textSize="12dp"/> | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="30dp" | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:layout_centerInParent="true" | |||||
android:id="@+id/ddzl_yc" | android:id="@+id/ddzl_yc" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:text="异常订单(单)" | android:text="异常订单(单)" | ||||
android:textSize="12dp"/> | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
</TableRow> | </TableRow> | ||||
</TableLayout> | </TableLayout> |
@@ -5,7 +5,6 @@ | |||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:orientation="horizontal"> | android:orientation="horizontal"> | ||||
<TableLayout | <TableLayout | ||||
android:background="@color/activity_background1" | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:gravity="center" | android:gravity="center" | ||||
@@ -31,44 +30,51 @@ | |||||
<!-- </RelativeLayout>--> | <!-- </RelativeLayout>--> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="1"> | android:layout_weight="1"> | ||||
<TextView | <TextView | ||||
android:id="@+id/type" | android:id="@+id/type" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | |||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:layout_marginLeft="20dp" | |||||
android:text="日志类型" | android:text="日志类型" | ||||
android:textColor="@color/foreground" | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | android:textSize="12dp" /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2"> | android:layout_weight="2"> | ||||
<TextView | <TextView | ||||
android:id="@+id/time" | android:id="@+id/time" | ||||
android:layout_width="wrap_content" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | |||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:layout_centerInParent="true" | |||||
android:layout_marginLeft="20dp" | |||||
android:text="日志时间" | android:text="日志时间" | ||||
android:textColor="@color/foreground" | |||||
android:textAlignment="center" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | android:textSize="12dp" /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
android:layout_width="0dp" | android:layout_width="0dp" | ||||
android:layout_height="wrap_content" | |||||
android:layout_height="30dp" | |||||
android:layout_weight="4"> | android:layout_weight="4"> | ||||
<TextView | <TextView | ||||
android:layout_centerInParent="true" | |||||
android:id="@+id/message" | android:id="@+id/message" | ||||
android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
android:layout_alignParentLeft="true" | android:layout_alignParentLeft="true" | ||||
android:text="日志描述日志描述" | android:text="日志描述日志描述" | ||||
android:textColor="@color/foreground" | |||||
android:textColor="@color/black" | |||||
android:textSize="12dp" /> | android:textSize="12dp" /> | ||||
</RelativeLayout> | </RelativeLayout> | ||||
@@ -5,51 +5,242 @@ | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:background="@color/app_color_blue"> | android:background="@color/app_color_blue"> | ||||
<ScrollView | |||||
<RelativeLayout | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:layout_marginTop="?attr/qmui_topbar_height" | android:layout_marginTop="?attr/qmui_topbar_height" | ||||
android:background="?attr/app_content_bg_color"> | android:background="?attr/app_content_bg_color"> | ||||
<RelativeLayout | |||||
<LinearLayout | |||||
android:layout_margin="20dp" | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content"> | |||||
android:layout_height="match_parent" | |||||
android:layout_marginBottom="30dp"> | |||||
<LinearLayout | |||||
android:layout_centerHorizontal="true" | |||||
android:layout_marginLeft="160dp" | |||||
android:layout_marginRight="160dp" | |||||
android:layout_width="match_parent" | |||||
<RelativeLayout | |||||
android:layout_width="0dp" | |||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:orientation="vertical"> | |||||
android:layout_weight="1"> | |||||
<com.bonait.bnframework.modules.home.fragment.mode.caidan_control | |||||
android:id="@+id/jcsjgl" | |||||
<LinearLayout | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
app:imagesrc="@mipmap/wlgl" | |||||
android:tag="基础数据管理"/> | |||||
android:orientation="vertical"> | |||||
<com.bonait.bnframework.modules.home.fragment.mode.caidan_control | |||||
android:id="@+id/lcgl" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="match_parent" | |||||
app:imagesrc="@mipmap/lcsz" | |||||
android:tag="料仓管理(绑定物料)"/> | |||||
<RelativeLayout | |||||
android:id="@+id/lcgl" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="0dp" | |||||
android:layout_margin="5dp" | |||||
android:layout_weight="1" | |||||
android:background="@drawable/silos_bj"> | |||||
<LinearLayout | |||||
android:layout_centerInParent="true" | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:orientation="vertical" | |||||
android:focusable="false"> | |||||
<ImageView | |||||
android:layout_width="match_parent" | |||||
android:layout_height="120dp" | |||||
android:src="@mipmap/new1" | |||||
android:focusable="false"/> | |||||
<TextView | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:fontFamily="sans-serif-condensed-medium" | |||||
android:text="料仓管理(绑定物料)" | |||||
android:textColor="@color/white" | |||||
android:textSize="26dp" | |||||
android:focusable="false"/> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
<com.bonait.bnframework.modules.home.fragment.mode.caidan_control | |||||
android:id="@+id/yfpf" | |||||
<RelativeLayout | |||||
android:id="@+id/jcsjgl" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="0dp" | |||||
android:layout_margin="5dp" | |||||
android:layout_weight="1.4" | |||||
android:background="@drawable/jcsjgl_bj"> | |||||
<LinearLayout | |||||
android:layout_centerInParent="true" | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:orientation="vertical" | |||||
android:focusable="false"> | |||||
<ImageView | |||||
android:layout_width="match_parent" | |||||
android:layout_height="120dp" | |||||
android:src="@mipmap/new4" | |||||
android:focusable="false"/> | |||||
<TextView | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:fontFamily="sans-serif-condensed-medium" | |||||
android:text="基础数据管理" | |||||
android:textColor="@color/white" | |||||
android:textSize="26dp" | |||||
android:focusable="false"/> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
<RelativeLayout | |||||
android:layout_width="0dp" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2"> | |||||
<LinearLayout | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
app:imagesrc="@mipmap/yfpf" | |||||
android:tag="商品配方管理"/> | |||||
</LinearLayout> | |||||
android:orientation="vertical"> | |||||
<RelativeLayout | |||||
android:layout_width="match_parent" | |||||
android:layout_height="0dp" | |||||
android:layout_margin="5dp" | |||||
android:layout_weight="1.3"> | |||||
<LinearLayout | |||||
android:layout_width="match_parent" | |||||
android:layout_height="match_parent"> | |||||
<RelativeLayout | |||||
android:id="@+id/yfpf" | |||||
android:layout_width="0dp" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="2" | |||||
android:background="@drawable/goodpf_bj"> | |||||
<LinearLayout | |||||
android:layout_centerInParent="true" | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:orientation="vertical" | |||||
android:focusable="false"> | |||||
<ImageView | |||||
android:layout_width="match_parent" | |||||
android:layout_height="120dp" | |||||
android:src="@mipmap/new2" | |||||
android:focusable="false"/> | |||||
<TextView | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:fontFamily="sans-serif-condensed-medium" | |||||
android:text="饮料配方管理" | |||||
android:textColor="@color/white" | |||||
android:textSize="26dp" | |||||
android:focusable="false"/> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
<RelativeLayout | |||||
android:id="@+id/log" | |||||
android:layout_marginLeft="5dp" | |||||
android:layout_width="0dp" | |||||
android:layout_height="match_parent" | |||||
android:layout_weight="1" | |||||
android:background="@drawable/log_bj"> | |||||
<LinearLayout | |||||
android:layout_centerInParent="true" | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:orientation="vertical" | |||||
android:focusable="false"> | |||||
<ImageView | |||||
android:layout_width="match_parent" | |||||
android:layout_height="120dp" | |||||
android:src="@mipmap/new3" | |||||
android:focusable="false"/> | |||||
<TextView | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:fontFamily="sans-serif-condensed-medium" | |||||
android:text="日志管理" | |||||
android:textColor="@color/white" | |||||
android:textSize="26dp" | |||||
android:focusable="false"/> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
<RelativeLayout | |||||
android:id="@+id/ssjk" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="0dp" | |||||
android:layout_margin="5dp" | |||||
android:layout_weight="1" | |||||
android:background="@drawable/ssjk_bj"> | |||||
<LinearLayout | |||||
android:layout_centerInParent="true" | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:orientation="vertical" | |||||
android:focusable="false"> | |||||
<ImageView | |||||
android:layout_width="match_parent" | |||||
android:layout_height="120dp" | |||||
android:src="@mipmap/new5" | |||||
android:focusable="false"/> | |||||
<TextView | |||||
android:layout_width="wrap_content" | |||||
android:layout_height="wrap_content" | |||||
android:focusable="false" | |||||
android:fontFamily="sans-serif-condensed-medium" | |||||
android:text="实时监控管理" | |||||
android:textColor="@color/white" | |||||
android:textSize="26dp" | |||||
android:textStyle="bold" /> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
<!-- <LinearLayout--> | |||||
<!-- android:layout_centerHorizontal="true"--> | |||||
<!-- android:layout_marginLeft="160dp"--> | |||||
<!-- android:layout_marginRight="160dp"--> | |||||
<!-- android:layout_width="match_parent"--> | |||||
<!-- android:layout_height="match_parent"--> | |||||
<!-- android:orientation="vertical">--> | |||||
<!-- <com.bonait.bnframework.modules.home.fragment.mode.caidan_control--> | |||||
<!-- android:id="@+id/jcsjgl"--> | |||||
<!-- android:layout_width="match_parent"--> | |||||
<!-- android:layout_height="match_parent"--> | |||||
<!-- app:imagesrc="@mipmap/wlgl"--> | |||||
<!-- android:tag="基础数据管理"/>--> | |||||
<!-- <com.bonait.bnframework.modules.home.fragment.mode.caidan_control--> | |||||
<!-- android:id="@+id/lcgl"--> | |||||
<!-- android:layout_width="match_parent"--> | |||||
<!-- android:layout_height="match_parent"--> | |||||
<!-- app:imagesrc="@mipmap/lcsz"--> | |||||
<!-- android:tag="料仓管理(绑定物料)"/>--> | |||||
<!-- <com.bonait.bnframework.modules.home.fragment.mode.caidan_control--> | |||||
<!-- android:id="@+id/yfpf"--> | |||||
<!-- android:layout_width="match_parent"--> | |||||
<!-- android:layout_height="match_parent"--> | |||||
<!-- app:imagesrc="@mipmap/yfpf"--> | |||||
<!-- android:tag="商品配方管理"/>--> | |||||
<!-- </LinearLayout>--> | |||||
</RelativeLayout> | |||||
</ScrollView> | |||||
</LinearLayout> | |||||
</RelativeLayout> | |||||
<com.qmuiteam.qmui.widget.QMUITopBarLayout | <com.qmuiteam.qmui.widget.QMUITopBarLayout | ||||
android:id="@+id/topbar" | android:id="@+id/topbar" | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:background="@color/app_color_blue"/> | |||||
android:background="@color/app_color_blue" /> | |||||
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> | </com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> |
@@ -48,9 +48,8 @@ | |||||
android:layout_marginLeft="@dimen/dp_10" | android:layout_marginLeft="@dimen/dp_10" | ||||
android:background="@drawable/bg_btn_login_selected" | android:background="@drawable/bg_btn_login_selected" | ||||
android:text="+增加属性" | android:text="+增加属性" | ||||
android:textSize="14dp" | |||||
android:textColor="@color/white" | android:textColor="@color/white" | ||||
/> | |||||
android:textSize="14dp" /> | |||||
</RelativeLayout> | </RelativeLayout> | ||||
<RelativeLayout | <RelativeLayout | ||||
@@ -47,6 +47,7 @@ | |||||
android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
android:layout_height="wrap_content" | android:layout_height="wrap_content" | ||||
android:orientation="horizontal"> | android:orientation="horizontal"> | ||||
<Button | <Button | ||||
android:id="@+id/add_wl" | android:id="@+id/add_wl" | ||||
android:layout_width="100dp" | android:layout_width="100dp" | ||||
@@ -56,9 +57,8 @@ | |||||
android:layout_marginLeft="@dimen/dp_10" | android:layout_marginLeft="@dimen/dp_10" | ||||
android:background="@drawable/bg_btn_login_selected" | android:background="@drawable/bg_btn_login_selected" | ||||
android:text="+增加物料" | android:text="+增加物料" | ||||
android:textSize="14dp" | |||||
android:textColor="@color/white" | android:textColor="@color/white" | ||||
/> | |||||
android:textSize="14dp" /> | |||||
<Button | <Button | ||||
android:id="@+id/synchronous" | android:id="@+id/synchronous" | ||||
android:layout_width="100dp" | android:layout_width="100dp" | ||||
@@ -20,6 +20,12 @@ | |||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
android:orientation="vertical"> | android:orientation="vertical"> | ||||
<com.bonait.bnframework.modules.home.fragment.mode.caidan_control | |||||
android:id="@+id/plckz" | |||||
android:layout_width="match_parent" | |||||
android:layout_height="match_parent" | |||||
app:imagesrc="@mipmap/plcjiankong" | |||||
android:tag="PLC地址配置或控制"/> | |||||
<com.bonait.bnframework.modules.home.fragment.mode.caidan_control | <com.bonait.bnframework.modules.home.fragment.mode.caidan_control | ||||
android:id="@+id/xtcs" | android:id="@+id/xtcs" | ||||
android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
@@ -18,7 +18,8 @@ | |||||
android:layout_centerHorizontal="true" | android:layout_centerHorizontal="true" | ||||
android:rotationX="18" | android:rotationX="18" | ||||
android:text="杯子检测" | android:text="杯子检测" | ||||
android:textSize="16dp" /> | |||||
android:textSize="16dp" | |||||
android:textColor="@color/black"/> | |||||
<ImageView | <ImageView | ||||
android:id="@+id/image" | android:id="@+id/image" | ||||
android:layout_width="60dp" | android:layout_width="60dp" | ||||