Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • orderCenter
  • src
  • main
  • res
  • layout
  • serve_datails_item.xml
Find file
Normal viewHistoryPermalink
serve_datails_item.xml 3.89 KB
Newer Older
yu's avatar
2017/10/11 第二次提交
fc4d3d68
 
yu committed 7 years ago
1
<?xml version="1.0" encoding="utf-8"?>
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
2 3
<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">
yu's avatar
2017/10/14 第三次提交
da9877a5
 
yu committed 7 years ago
4

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
5
    <data>
yu's avatar
2017/10/14 第三次提交
da9877a5
 
yu committed 7 years ago
6

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
7 8
        <variable
            name="item"
罗翻's avatar
增加ordercenter和loctionlib
ae60479a
 
罗翻 committed 7 years ago
9
            type="com.dayu.order.api.protocol.OrderDetail.RecordBean" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
10 11 12

    </data>

罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
13
    <LinearLayout
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
14
        android:layout_width="match_parent"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
15 16 17
        android:layout_height="wrap_content"
        android:layout_marginLeft="17dp"
        android:layout_marginRight="10dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
18
        android:orientation="horizontal">
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
19

罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
20 21 22
        <ImageView
            android:id="@+id/iv_circle"
            android:layout_width="wrap_content"
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
23
            android:layout_height="wrap_content"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
24 25 26 27 28
            android:layout_marginTop="32dp"
            android:src="@drawable/icon_circle_blue" />

        <LinearLayout
            android:layout_width="match_parent"
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
29
            android:layout_height="wrap_content"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
30 31 32 33 34 35
            android:layout_marginTop="30dp"
            android:orientation="vertical">

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
36 37
                android:orientation="horizontal">

罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
38 39 40 41 42
                <TextView
                    android:id="@+id/server_state"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/dp_12"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
43
                    tools:text="砥砺奋进发酵"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
44 45 46
                    android:layout_weight="1"
                    android:textColor="@color/default_text_color"
                    android:textSize="@dimen/sp_14" />
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
47 48 49 50 51

                <TextView
                    android:id="@+id/server_time"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
52
                    tools:text="杜绝浪费建安费"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
53
                    android:layout_marginRight="@dimen/dp_10"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
54 55
                    android:textColor="@color/default_text_color"
                    android:textSize="@dimen/sp_12" />
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
56 57 58 59 60 61 62 63

            </LinearLayout>

            <TextView
                android:id="@+id/server_comment"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginBottom="10dp"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
64 65
                android:layout_marginLeft="@dimen/dp_20"
                android:layout_marginTop="@dimen/dp_12"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
66
                tools:text="是快速减肥"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
67 68 69 70 71 72 73
                android:textColor="@color/default_text_color"
                android:textSize="12sp" />

            <TextView
                android:id="@+id/server_time_comment"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
74 75
                android:layout_marginBottom="@dimen/dp_10"
                android:layout_marginLeft="@dimen/dp_20"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
76
                tools:text="飞机拉飞机阿里飞机"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
77
                android:textColor="@color/default_text_color"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
78 79
                android:textSize="12sp" />

han xu's avatar
在线填写验收报告
e83195de
 
han xu committed 2 months ago
80 81 82 83 84 85 86 87 88 89
            <TextView
                android:layout_gravity="right"
                android:id="@+id/acceptance_report"
                android:layout_width="60dp"
                android:layout_height="22dp"
                android:gravity="center"
                tools:text="验收报告"
                android:visibility="gone"
                android:textColor="@color/cl_receiving_order_item_data"
                android:textSize="@dimen/sp_12" />
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
90

罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
91
            <TextView
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
92
                android:layout_gravity="right"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
93
                android:id="@+id/server_check"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
94 95 96
                android:layout_width="84dp"
                android:layout_height="22dp"
                android:gravity="center"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
97
                tools:text="随机发冷风机"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
98
                android:textColor="@color/cl_receiving_order_item_data"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
99
                android:textSize="@dimen/sp_12" />
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
100
        </LinearLayout>
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
101
    </LinearLayout>
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
102

罗翻's avatar
增加服务详情
d9dedc2f
 
罗翻 committed 7 years ago
103
</layout>