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

1修改蓝色

2.TODO 单独菜单
上级 a5f55087
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="#FF3F84CD"> >
<!--android:background="#FF3F84CD"-->
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center" android:textColor="@color/white" android:gravity="center"
android:text="严重程度" android:text="严重程度"
android:textSize="14sp" /> android:textSize="14sp" />
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
android:id="@+id/tv_name" android:id="@+id/tv_name"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:textColor="@color/white" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:text="缺陷名称" android:text="缺陷名称"
android:textSize="14sp" /> android:textSize="14sp" />
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
android:id="@+id/tv_clazz" android:id="@+id/tv_clazz"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:textColor="@color/white" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:text="产品类别" android:text="产品类别"
android:textSize="14sp" /> android:textSize="14sp" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="#FF3F84CD"
android:orientation="vertical"> android:orientation="vertical">
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Light" android:theme="@style/ThemeOverlay.AppCompat.Light"
android:background="#FF3F84CD"
app:contentInsetEnd="0mm" app:contentInsetEnd="0mm"
app:contentInsetEndWithActions="0mm" app:contentInsetEndWithActions="0mm"
app:contentInsetLeft="0mm" app:contentInsetLeft="0mm"
...@@ -24,6 +25,7 @@ ...@@ -24,6 +25,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
android:paddingVertical="5mm"> android:paddingVertical="5mm">
<TextView <TextView
...@@ -33,6 +35,7 @@ ...@@ -33,6 +35,7 @@
android:background="@drawable/shape_report_choose" android:background="@drawable/shape_report_choose"
android:gravity="center" android:gravity="center"
android:paddingVertical="3mm" android:paddingVertical="3mm"
android:text="废品重量报表" android:text="废品重量报表"
android:textColor="#ffffffff" android:textColor="#ffffffff"
android:textSize="16sp" /> android:textSize="16sp" />
...@@ -132,7 +135,6 @@ ...@@ -132,7 +135,6 @@
android:layout_weight="1" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:text="排名" android:text="排名"
android:textColor="@color/white"
android:textSize="14sp" /> android:textSize="14sp" />
<TextView <TextView
...@@ -140,7 +142,6 @@ ...@@ -140,7 +142,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="4" android:layout_weight="4"
android:text="产品名称" android:text="产品名称"
android:textColor="@color/white"
android:textSize="14sp" /> android:textSize="14sp" />
<TextView <TextView
...@@ -148,7 +149,6 @@ ...@@ -148,7 +149,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="2" android:layout_weight="2"
android:text="废品重量(kg)" android:text="废品重量(kg)"
android:textColor="@color/white"
android:textSize="14sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论