|
15 | 15 |
|
16 | 16 | <ImageView |
17 | 17 | android:id="@+id/taskPicture" |
18 | | - android:layout_width="85dp" |
19 | | - android:layout_height="82dp" |
| 18 | + android:layout_width="51dp" |
| 19 | + android:layout_height="46dp" |
20 | 20 | android:layout_alignParentLeft="true" |
21 | 21 | android:layout_alignParentBottom="true" |
22 | | - android:layout_marginLeft="-1dp" |
23 | | - android:layout_marginBottom="7dp" |
| 22 | + android:layout_marginLeft="2dp" |
| 23 | + android:layout_marginBottom="34dp" |
24 | 24 | app:srcCompat="@drawable/jira" /> |
25 | 25 |
|
| 26 | + <TextView |
| 27 | + android:id="@+id/taskTicketId" |
| 28 | + android:layout_width="77dp" |
| 29 | + android:layout_height="wrap_content" |
| 30 | + android:layout_alignParentEnd="true" |
| 31 | + android:layout_alignParentRight="true" |
| 32 | + android:layout_alignParentBottom="true" |
| 33 | + android:layout_marginLeft="0dp" |
| 34 | + android:layout_marginEnd="212dp" |
| 35 | + android:layout_marginRight="212dp" |
| 36 | + android:layout_marginBottom="61dp" |
| 37 | + android:layout_toRightOf="@id/taskType" |
| 38 | + android:text="TextView" |
| 39 | + android:textSize="16sp" /> |
| 40 | + |
26 | 41 | <TextView |
27 | 42 | android:id="@+id/taskSummary" |
28 | | - android:layout_width="197dp" |
29 | | - android:layout_height="54dp" |
| 43 | + android:layout_width="196dp" |
| 44 | + android:layout_height="50dp" |
30 | 45 | android:layout_alignParentBottom="true" |
31 | | - android:layout_marginLeft="-1dp" |
32 | | - android:layout_marginBottom="6dp" |
| 46 | + android:layout_marginLeft="10dp" |
| 47 | + android:layout_marginBottom="7dp" |
33 | 48 | android:layout_toRightOf="@+id/taskPicture" |
34 | 49 | android:ellipsize="end" |
35 | 50 | android:maxLines="2" |
|
38 | 53 | android:textColor="#3F51B5" |
39 | 54 | android:textSize="18sp" /> |
40 | 55 |
|
41 | | - <TextView |
| 56 | + <ImageView |
42 | 57 | android:id="@+id/taskType" |
43 | | - android:layout_width="86dp" |
44 | | - android:layout_height="29dp" |
45 | | - android:layout_marginStart="-2dp" |
46 | | - android:layout_marginLeft="-2dp" |
47 | | - android:layout_toEndOf="@+id/taskPicture" |
48 | | - android:layout_toRightOf="@+id/taskPicture" |
49 | | - android:text="TextView" |
50 | | - android:textColor="#E91E63" |
51 | | - android:textSize="18sp" /> |
52 | | - |
53 | | - <TextView |
54 | | - android:id="@+id/taskOperater" |
55 | | - android:layout_width="90dp" |
56 | | - android:layout_height="41dp" |
57 | | - android:layout_alignParentEnd="true" |
58 | | - android:layout_alignParentRight="true" |
| 58 | + android:layout_width="30dp" |
| 59 | + android:layout_height="31dp" |
| 60 | + android:layout_alignParentStart="true" |
| 61 | + android:layout_alignParentLeft="true" |
59 | 62 | android:layout_alignParentBottom="true" |
60 | | - android:layout_marginEnd="1dp" |
61 | | - android:layout_marginRight="1dp" |
62 | | - android:layout_marginBottom="18dp" |
63 | | - android:text="TextView" |
64 | | - android:textSize="18sp" /> |
| 63 | + android:layout_marginStart="63dp" |
| 64 | + android:layout_marginLeft="63dp" |
| 65 | + android:layout_marginBottom="55dp" |
| 66 | + app:srcCompat="@drawable/epic" /> |
65 | 67 |
|
66 | 68 | </RelativeLayout> |
67 | 69 |
|
68 | 70 | <RelativeLayout |
69 | 71 | android:id="@+id/buttonGroup" |
70 | 72 | android:layout_width="match_parent" |
71 | | - android:layout_height="70dp" |
72 | | - android:layout_centerHorizontal="true" |
73 | | - android:layout_centerVertical="true" |
74 | | - android:gravity="center"> |
| 73 | + android:layout_height="61dp" |
| 74 | + android:layout_centerHorizontal="false" |
| 75 | + android:layout_centerVertical="false" |
| 76 | + android:gravity="right"> |
75 | 77 |
|
76 | 78 | <Button |
77 | 79 | android:id="@+id/startBut" |
|
84 | 86 | android:id="@+id/doneBut" |
85 | 87 | android:layout_width="wrap_content" |
86 | 88 | android:layout_height="wrap_content" |
87 | | - android:layout_marginLeft="61dp" |
| 89 | + android:layout_marginLeft="19dp" |
88 | 90 | android:layout_toRightOf="@id/startBut" |
89 | 91 | android:text="Done" /> |
90 | 92 | </RelativeLayout> |
|
0 commit comments