提交 5a06e8c6 authored 作者: lgd's avatar lgd

1.修改页面

2.//TODO erp用户是否选择新部门为空,质检接口数据无对应问题,内部交易订单审核,审核规则,领用申请列表/退件列表/参数,权限,坩埚下单,mes,刷新token
上级 7e36a03a
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@color/white" android:background="@color/white"
android:paddingHorizontal="20mm" android:paddingHorizontal="20mm"
android:paddingVertical="10mm"> android:paddingVertical="10mm">
<TextView <TextView
android:id="@+id/tv_title" android:id="@+id/tv_title"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_weight="1"
android:text="zzz" /> android:ellipsize="end"
android:maxLines="1" />
<TextView <TextView
android:id="@+id/tv_time" android:id="@+id/tv_time"
android:textColor="@color/flexible_text_sup"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:layout_marginLeft="10mm"
android:text="zzz" /> android:text="zz3333333z"
</RelativeLayout> android:textColor="@color/flexible_text_sup" />
\ No newline at end of file </LinearLayout>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论