|
15 | 15 |
|
16 | 16 | <LinearLayout |
17 | 17 | android:layout_width="match_parent" |
18 | | - android:layout_height="wrap_content" |
| 18 | + android:layout_height="match_parent" |
19 | 19 | android:gravity="right" |
20 | 20 | android:orientation="vertical"> |
21 | 21 |
|
22 | 22 | <!-- Media --> |
23 | 23 | <RelativeLayout |
24 | 24 | android:layout_width="match_parent" |
25 | | - android:layout_height="126dp"> |
| 25 | + android:layout_height="106dp"> |
26 | 26 |
|
27 | 27 | <ImageView |
28 | 28 | android:layout_width="53dp" |
29 | 29 | android:layout_height="43dp" |
30 | 30 | android:layout_alignParentTop="true" |
31 | | - android:layout_marginTop="13dp" |
| 31 | + android:layout_marginTop="18dp" |
32 | 32 | android:contentDescription="test" |
33 | 33 | android:scaleType="centerCrop" |
34 | 34 | app:srcCompat="@drawable/jira" /> |
|
39 | 39 | android:layout_alignParentStart="true" |
40 | 40 | android:layout_alignParentLeft="true" |
41 | 41 | android:layout_alignParentBottom="true" |
42 | | - android:layout_marginStart="93dp" |
43 | | - android:layout_marginLeft="93dp" |
44 | | - android:layout_marginBottom="92dp" |
| 42 | + android:layout_marginStart="92dp" |
| 43 | + android:layout_marginLeft="92dp" |
| 44 | + android:layout_marginBottom="71dp" |
45 | 45 | android:text="TS-11" |
46 | 46 | android:textAppearance="?attr/textAppearanceHeadline6" /> |
47 | 47 |
|
|
51 | 51 | android:layout_alignParentStart="true" |
52 | 52 | android:layout_alignParentLeft="true" |
53 | 53 | android:layout_alignParentBottom="true" |
54 | | - android:layout_marginStart="73dp" |
55 | | - android:layout_marginLeft="73dp" |
| 54 | + android:layout_marginStart="72dp" |
| 55 | + android:layout_marginLeft="72dp" |
56 | 56 | android:layout_marginTop="8dp" |
57 | | - android:layout_marginBottom="42dp" |
| 57 | + android:layout_marginBottom="21dp" |
58 | 58 | android:text="Investigate how blue tooth works on Android" |
59 | 59 | android:textAppearance="?attr/textAppearanceBody2" |
60 | 60 | android:textColor="?android:attr/textColorSecondary" |
|
67 | 67 | android:layout_alignParentStart="true" |
68 | 68 | android:layout_alignParentLeft="true" |
69 | 69 | android:layout_alignParentBottom="true" |
70 | | - android:layout_marginStart="64dp" |
71 | | - android:layout_marginLeft="64dp" |
72 | | - android:layout_marginBottom="91dp" |
| 70 | + android:layout_marginStart="62dp" |
| 71 | + android:layout_marginLeft="62dp" |
| 72 | + android:layout_marginBottom="68dp" |
73 | 73 | app:srcCompat="@drawable/epic" /> |
74 | 74 |
|
75 | 75 | </RelativeLayout> |
|
88 | 88 | android:layout_height="wrap_content" |
89 | 89 | android:layout_marginEnd="8dp" |
90 | 90 | android:layout_marginRight="8dp" |
91 | | - android:text="test" /> |
| 91 | + android:text="START" /> |
92 | 92 |
|
93 | 93 | <com.google.android.material.button.MaterialButton |
94 | 94 | style="?attr/borderlessButtonStyle" |
95 | 95 | android:layout_width="wrap_content" |
96 | 96 | android:layout_height="wrap_content" |
97 | | - android:text="test" /> |
| 97 | + android:text="DONE" /> |
98 | 98 | </LinearLayout> |
99 | 99 |
|
100 | 100 | </LinearLayout> |
|
0 commit comments