Pārlūkot izejas kodu

Update layout_refund_list.xml

huyuguo 5 gadi atpakaļ
vecāks
revīzija
68e2a3d0d8
1 mainītis faili ar 15 papildinājumiem un 9 dzēšanām
  1. 15 9
      app/src/main/res/layout/layout_refund_list.xml

+ 15 - 9
app/src/main/res/layout/layout_refund_list.xml

@ -1,17 +1,20 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:tools="http://schemas.android.com/tools"
3 4
    android:layout_width="match_parent"
4
    android:layout_height="wrap_content">
5
    android:layout_height="wrap_content"
6
    tools:background="#dbe0e3">
5 7
6 8
    <TextView
7 9
        android:id="@+id/goods_name"
8 10
        android:layout_width="wrap_content"
9 11
        android:layout_height="wrap_content"
12
        android:layout_alignParentLeft="true"
10 13
        android:layout_marginTop="12dp"
14
        android:text=""
11 15
        android:textColor="@color/ui_62"
12 16
        android:textSize="16sp"
13
        android:text=""
14
        android:layout_alignParentLeft="true" />
17
        tools:text="退款金额:100.0" />
15 18
16 19
17 20
    <TextView
@ -25,19 +28,21 @@
25 28
        android:layout_marginRight="16dp"
26 29
        android:gravity="right"
27 30
        android:text=""
28
        android:textColor="@color/ui_65"
29
        android:textSize="13sp" />
31
        android:textColor="#b2b2b2"
32
        android:textSize="13sp"
33
        tools:text="赠送金额(38元)" />
30 34
31 35
32 36
    <TextView
33 37
        android:id="@+id/goods_time"
34 38
        android:layout_width="wrap_content"
35 39
        android:layout_height="wrap_content"
36
        android:textSize="13sp"
37
        android:textColor="@color/ui_68"
38 40
        android:layout_below="@+id/goods_name"
39 41
        android:layout_marginTop="6dp"
40
        android:text=""/>
42
        android:text=""
43
        android:textColor="@color/ui_68"
44
        android:textSize="13sp"
45
        tools:text="2017-10-22 18:09" />
41 46
42 47
    <TextView
43 48
        android:id="@+id/goods_status"
@ -48,10 +53,11 @@
48 53
        android:layout_alignParentRight="true"
49 54
        android:layout_marginEnd="16dp"
50 55
        android:layout_marginRight="16dp"
56
        android:layout_marginBottom="12dp"
51 57
        android:gravity="right"
52 58
        android:text=""
53 59
        android:textColor="@color/ui_65"
54 60
        android:textSize="13sp"
55
        android:layout_marginBottom="12dp"/>
61
        tools:text="已操作退款" />
56 62
57 63
</RelativeLayout>