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.14 KB
Newer Older
yu's avatar
2017/10/11 第二次提交
fc4d3d68
 
yu committed 7 years ago
1
<?xml version="1.0" encoding="utf-8"?>
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
2
<layout xmlns:android="http://schemas.android.com/apk/res/android">
yu's avatar
2017/10/14 第三次提交
da9877a5
 
yu committed 7 years ago
3

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

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

    </data>

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

罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
19 20 21
        <ImageView
            android:id="@+id/iv_circle"
            android:layout_width="wrap_content"
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
22
            android:layout_height="wrap_content"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
23 24 25 26 27
            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
28
            android:layout_height="wrap_content"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
29 30 31 32 33 34
            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
35 36
                android:orientation="horizontal">

罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
37 38 39 40 41
                <TextView
                    android:id="@+id/server_state"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/dp_12"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
42 43 44
                    android:layout_weight="1"
                    android:textColor="@color/default_text_color"
                    android:textSize="@dimen/sp_14" />
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
45 46 47 48 49 50

                <TextView
                    android:id="@+id/server_time"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginRight="@dimen/dp_10"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
51 52
                    android:textColor="@color/default_text_color"
                    android:textSize="@dimen/sp_12" />
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
53 54 55 56 57 58 59 60

            </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
61 62
                android:layout_marginLeft="@dimen/dp_20"
                android:layout_marginTop="@dimen/dp_12"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
63 64 65 66 67 68 69
                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
70 71
                android:layout_marginBottom="@dimen/dp_10"
                android:layout_marginLeft="@dimen/dp_20"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
72
                android:textColor="@color/default_text_color"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
73 74 75
                android:textSize="12sp" />


罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
76
            <TextView
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
77
                android:layout_gravity="right"
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
78
                android:id="@+id/server_check"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
79 80 81
                android:layout_width="84dp"
                android:layout_height="22dp"
                android:gravity="center"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
82
                android:textColor="@color/cl_receiving_order_item_data"
罗翻's avatar
处理工单修改
21d411a8
 
罗翻 committed 7 years ago
83
                android:textSize="@dimen/sp_12" />
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
84
        </LinearLayout>
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
85
    </LinearLayout>
罗翻's avatar
服务详情修改
2c6a1183
 
罗翻 committed 7 years ago
86

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