提交 d26ecb24 authored 作者: lgd's avatar lgd

1.首页页面改版

2.//TODO ,质检接口数据无对应问题,内部交易订单审核,审核规则,领用申请列表/退件列表/参数,坩埚下单,mes其他页面,mes质量反馈,编辑任务担当无法修改.
上级 c427d592
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#F5A623" />
<corners android:radius="360mm" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<com.scwang.smartrefresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/srl_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
......@@ -14,18 +15,6 @@
android:layout_height="25mm"
android:background="@color/white" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="48mm"
android:background="@color/white"
android:gravity="center">
<ImageView
android:layout_width="45mm"
android:layout_height="20mm"
android:layout_centerHorizontal="true"
android:background="@mipmap/bat_icon" />
</LinearLayout>
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
......@@ -34,13 +23,22 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="10mm"
android:orientation="vertical">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10mm"
app:cardCornerRadius="4dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="180mm"
android:background="@mipmap/bat_bg" />
</androidx.cardview.widget.CardView>
<RelativeLayout
android:layout_width="match_parent"
......@@ -92,7 +90,7 @@
android:layout_height="6mm"
android:layout_centerVertical="true"
android:layout_marginLeft="20mm"
android:background="@drawable/shape_circle" />
android:background="@drawable/shape_main_circle" />
<TextView
android:id="@+id/tv_notice"
......@@ -102,6 +100,12 @@
android:textColor="#333333" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:id="@+id/tv_store"
android:layout_width="match_parent"
......@@ -118,6 +122,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="20mm" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
......@@ -133,6 +138,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="20mm" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
......@@ -181,6 +187,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="20mm" />
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>
......
......@@ -21,7 +21,6 @@
android:id="@+id/iv_simple"
style="@style/dividerY"
android:layout_width="5mm"
android:layout_height="5mm"
android:background="@drawable/shape_circle" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论