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
  • managercenter
  • src
  • main
  • res
  • layout
  • item_grab_bargain.xml
Find file
Normal viewHistoryPermalink
item_grab_bargain.xml 6.97 KB
Newer Older
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">

    <data>

    </data>


    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="10dp"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:background="@color/white">

        <TextView
            android:id="@+id/server_name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp"
            android:layout_marginRight="50dp"
            android:layout_marginTop="15dp"
            android:ellipsize="end"
            android:maxLines="1"
            android:text="戴尔总部笔记本的显示器维修服务"
            android:textColor="@color/cl_home_title_text_color"
            android:textSize="16sp"
            android:textStyle="bold" />

        <TextView
            android:id="@+id/order_state"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentRight="true"
罗翻's avatar
android v1.9.5
88f401b0
 
罗翻 committed 6 years ago
36
            android:layout_marginRight="15dp"
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
            android:layout_marginTop="15dp"
            android:textColor="@color/cl_home_button" />

        <TextView
            android:id="@+id/company_name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/server_name"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="15dp"
            android:drawableLeft="@drawable/icon_company"
            android:drawablePadding="3dp"
            android:text="联想集团有限公司"
            android:textColor="@color/default_editext_color"
            android:textSize="13sp" />

        <TextView
            android:id="@+id/grab_address"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/company_name"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="10dp"
            android:drawableLeft="@drawable/icon_map"
            android:drawablePadding="3dp"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
62 63
            android:ellipsize="end"
            android:maxLines="2"
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
            android:text="北京市海淀区中关村软件园汉王大厦"
            android:textColor="@color/default_editext_color"
            android:textSize="13sp" />

        <TextView
            android:id="@+id/create_time"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/grab_address"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="10dp"
            android:drawableLeft="@drawable/icon_time"
            android:drawablePadding="3dp"
            android:text="2018-04-01 13:30"
            android:textColor="@color/default_editext_color"
            android:textSize="13sp" />

        <TextView
            android:id="@+id/tv_grap_price"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/create_time"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="10dp"
罗翻's avatar
android v1.93
06462cdb
 
罗翻 committed 6 years ago
88
            android:drawableLeft="@drawable/icon_money"
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
89 90 91
            android:drawablePadding="3dp"
            android:text="报价"
            android:textColor="@color/default_editext_color"
罗翻's avatar
android v1.9.5
88f401b0
 
罗翻 committed 6 years ago
92 93
            android:textSize="13sp"
            android:visibility="gone" />
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
94 95 96 97 98 99 100 101 102

        <TextView
            android:id="@+id/grap_price"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/create_time"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="10dp"
            android:layout_toRightOf="@+id/tv_grap_price"
罗翻's avatar
android v1.9.5
88f401b0
 
罗翻 committed 6 years ago
103
            android:drawablePadding="3dp"
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
104 105
            android:text="100元"
            android:textColor="@color/default_editext_color"
罗翻's avatar
android v1.9.5
88f401b0
 
罗翻 committed 6 years ago
106 107
            android:textSize="13sp"
            android:visibility="gone" />
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171

        <View
            android:id="@+id/line"
            android:layout_width="match_parent"
            android:layout_height="0.5dp"
            android:layout_below="@+id/tv_grap_price"
            android:layout_marginBottom="11dp"
            android:layout_marginTop="15dp"
            android:background="@color/view_color" />

        <TextView
            android:id="@+id/tv_bargin"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/line"
            android:layout_marginLeft="10dp"
            android:text="发单价:"
            android:textColor="@color/default_editext_color"
            android:textSize="13sp" />

        <TextView
            android:id="@+id/bargin_price"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/tv_bargin"
            android:layout_marginBottom="11dp"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="8dp"
            android:text="¥1,500.00"
            android:textColor="@color/cl_home_button"
            android:textSize="18sp" />

        <TextView
            android:id="@+id/bargain"
            android:layout_width="75dp"
            android:layout_height="29dp"
            android:layout_below="@+id/line"
            android:layout_marginRight="12dp"
            android:layout_toLeftOf="@+id/receive_order"
            android:background="@drawable/grey_white_shape"
            android:gravity="center"
            android:text="议价"
            android:textColor="@color/default_editext_color" />

        <TextView
            android:id="@+id/receive_order"
            android:layout_width="75dp"
            android:layout_height="29dp"
            android:layout_alignParentRight="true"
            android:layout_below="@+id/line"
            android:layout_marginRight="15dp"
            android:background="@drawable/tab_blue_react"
            android:gravity="center"
            android:text="立即接单"
            android:textColor="@color/white" />

        <TextView
            android:id="@+id/left_time"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentRight="true"
            android:layout_below="@+id/receive_order"
            android:layout_marginBottom="11dp"
            android:layout_marginRight="15dp"
罗翻's avatar
android v1.9.5
88f401b0
 
罗翻 committed 6 years ago
172
            android:layout_marginTop="6dp" />
罗翻's avatar
增加派单,抢单,预约审核
a6a3aed4
 
罗翻 committed 6 years ago
173 174 175 176 177 178 179 180 181 182 183

        <ImageView
            android:id="@+id/arrow"
            android:layout_width="12dp"
            android:layout_height="19dp"
            android:layout_alignParentRight="true"
            android:layout_marginRight="15dp"
            android:layout_marginTop="55dp"
            android:src="@drawable/icon_arrow_right" />
    </RelativeLayout>
</layout>