Skip to content
项目
Groups
代码片段
帮助
正在加载...
Sign in / Register
Toggle navigation
W
workoffice
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图表
统计图
Create a new issue
作业
提交
议题看板
Open sidebar
冷广德
workoffice
Commits
422fe50b
提交
422fe50b
authored
8月 31, 2020
作者:
lgd
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.修改维修下单页面
上级
b38a346b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
29 行增加
和
24 行删除
+29
-24
activity_device_buy_pro_repair.xml
app/src/main/res/layout/activity_device_buy_pro_repair.xml
+29
-24
没有找到文件。
app/src/main/res/layout/activity_device_buy_pro_repair.xml
浏览文件 @
422fe50b
...
...
@@ -31,13 +31,13 @@
</LinearLayout>
<LinearLayout
android:visibility=
"gone"
android:id=
"@+id/ll_add"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"#70000000"
android:paddingHorizontal=
"40mm"
android:paddingVertical=
"40mm"
>
android:paddingVertical=
"40mm"
android:visibility=
"visible"
>
<RelativeLayout
android:layout_width=
"match_parent"
...
...
@@ -71,6 +71,7 @@
android:paddingVertical=
"22mm"
>
<LinearLayout
android:id=
"@+id/ll_machine_desc"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
...
...
@@ -87,25 +88,26 @@
android:layout_centerVertical=
"true"
android:layout_marginLeft=
"10mm"
android:text=
"选择设备"
android:textSize=
"1
6
sp"
/>
android:textSize=
"1
4
sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_toRightOf=
"@id/ll_machine_desc"
android:layout_alignParentRight=
"true"
android:gravity=
"center_vertical"
>
android:gravity=
"center_vertical
|right
"
>
<TextView
android:id=
"@+id/tv_machine"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"10mm"
android:hint=
"请选择设备"
android:gravity=
"right"
android:textSize=
"16sp"
android:textStyle=
"bold"
/>
android:hint=
"请选择设备"
android:textSize=
"14sp"
/>
<ImageView
android:layout_width=
"6mm"
...
...
@@ -127,6 +129,7 @@
android:paddingVertical=
"22mm"
>
<LinearLayout
android:id=
"@+id/ll_spare_parts_desc"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
...
...
@@ -143,25 +146,27 @@
android:layout_centerVertical=
"true"
android:layout_marginLeft=
"10mm"
android:text=
"消耗物料(备件)"
android:textSize=
"1
6
sp"
/>
android:textSize=
"1
4
sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_toRightOf=
"@id/ll_spare_parts_desc"
android:layout_alignParentRight=
"true"
android:gravity=
"center_vertical"
>
android:gravity=
"center_vertical
|right
"
>
<TextView
android:id=
"@+id/tv_spare_parts"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"10mm"
android:hint=
"请选择消耗物料"
android:gravity=
"right"
android:textSize=
"16sp"
android:textStyle=
"bold"
/>
android:hint=
"请选择消耗物料"
android:textSize=
"14sp"
/>
<ImageView
android:layout_width=
"6mm"
...
...
@@ -198,21 +203,21 @@
android:layout_centerVertical=
"true"
android:layout_marginLeft=
"10mm"
android:text=
"消耗数量"
android:textSize=
"1
6
sp"
/>
android:textSize=
"1
4
sp"
/>
</LinearLayout>
<EditText
android:id=
"@+id/et_amount"
android:layout_width=
"0dp"
android:layout_weight=
"1
"
android:layout_height=
"wrap_content
"
android:layout_marginRight=
"10mm
"
android:gravity=
"right
"
android:background=
"@null
"
android:hint=
"请输入消耗数量"
android:textSize=
"16
sp"
android:textStyle=
"bold"
/>
<EditText
android:id=
"@+id/et_amount"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content
"
android:layout_marginRight=
"10mm
"
android:layout_weight=
"1
"
android:background=
"@null
"
android:gravity=
"right
"
android:hint=
"请输入消耗数量"
android:textSize=
"14
sp"
/>
</LinearLayout>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论