|
14 | 14 |
|
15 | 15 |
|
16 | 16 | <ImageView
|
17 |
| - android:id="@+id/logo" |
| 17 | + android:id="@+id/eventImage" |
18 | 18 | android:layout_width="@dimen/layout_margin_none"
|
19 | 19 | android:layout_height="@dimen/layout_margin_none"
|
20 | 20 | android:scaleType="centerCrop"
|
|
27 | 27 |
|
28 | 28 | <TextView
|
29 | 29 | android:id="@+id/eventName"
|
30 |
| - android:layout_width="wrap_content" |
| 30 | + android:layout_width="0dp" |
31 | 31 | android:layout_height="wrap_content"
|
32 |
| - android:layout_marginStart="@dimen/layout_margin_large" |
33 | 32 | android:layout_marginLeft="@dimen/layout_margin_large"
|
| 33 | + android:layout_marginRight="@dimen/layout_margin_large" |
34 | 34 | android:layout_marginTop="@dimen/layout_margin_large"
|
35 | 35 | android:fontFamily="sans-serif-light"
|
36 | 36 | android:textColor="@color/dark_grey"
|
37 | 37 | android:textSize="@dimen/text_size_extra_large"
|
38 |
| - app:layout_constraintStart_toStartOf="@+id/logo" |
39 |
| - app:layout_constraintTop_toBottomOf="@+id/logo" |
| 38 | + app:layout_constraintStart_toStartOf="@+id/eventImage" |
| 39 | + app:layout_constraintTop_toBottomOf="@+id/eventImage" |
| 40 | + app:layout_constraintEnd_toEndOf="@+id/eventImage" |
40 | 41 | tools:text="Open Source Meetup" />
|
41 | 42 |
|
42 | 43 | <TextView
|
43 | 44 | android:id="@+id/eventOrganiserName"
|
44 |
| - android:layout_width="wrap_content" |
| 45 | + android:layout_width="0dp" |
45 | 46 | android:layout_height="wrap_content"
|
46 | 47 | android:layout_marginTop="@dimen/layout_margin_moderate"
|
47 | 48 | android:fontFamily="sans-serif-thin"
|
48 |
| - android:text="TextView" |
49 | 49 | android:textColor="@color/dark_grey"
|
50 | 50 | android:textStyle="bold"
|
51 | 51 | app:layout_constraintStart_toStartOf="@+id/eventName"
|
52 | 52 | app:layout_constraintTop_toBottomOf="@+id/eventName"
|
| 53 | + app:layout_constraintEnd_toEndOf="@+id/eventName" |
53 | 54 | tools:text="by FOSSASIA"
|
54 | 55 | android:visibility="gone" />
|
55 | 56 |
|
|
128 | 129 | </LinearLayout>
|
129 | 130 |
|
130 | 131 | <LinearLayout
|
131 |
| - android:id="@+id/linearLayout" |
| 132 | + android:id="@+id/refundPolicyLinearLayout" |
132 | 133 | android:layout_width="0dp"
|
133 | 134 | android:layout_height="wrap_content"
|
134 | 135 | android:layout_marginTop="@dimen/layout_margin_large"
|
|
179 | 180 | app:layout_constraintEnd_toEndOf="parent"
|
180 | 181 | app:layout_constraintHorizontal_bias="0.5"
|
181 | 182 | app:layout_constraintStart_toStartOf="parent"
|
182 |
| - app:layout_constraintTop_toBottomOf="@+id/linearLayout" |
| 183 | + app:layout_constraintTop_toBottomOf="@+id/refundPolicyLinearLayout" |
183 | 184 | tools:visibility="visible">
|
184 | 185 |
|
185 | 186 | <View
|
|
316 | 317 | android:orientation="horizontal">
|
317 | 318 |
|
318 | 319 | <ImageView
|
319 |
| - android:id="@+id/logoIcon" |
| 320 | + android:id="@+id/organizerLogoIcon" |
320 | 321 | android:layout_width="@dimen/logo_icon_width"
|
321 | 322 | android:layout_height="@dimen/logo_icon_height"
|
322 | 323 | android:layout_marginRight="@dimen/layout_margin_large"
|
| 324 | + android:layout_marginEnd="@dimen/layout_margin_large" |
323 | 325 | android:layout_gravity="center_horizontal"
|
324 | 326 | android:layout_marginBottom="@dimen/layout_margin_small"
|
325 | 327 | android:scaleType="centerCrop"
|
|
365 | 367 | android:layout_width="match_parent"
|
366 | 368 | android:layout_height="wrap_content"
|
367 | 369 | android:paddingLeft="@dimen/padding_large"
|
| 370 | + android:paddingRight="@dimen/padding_large" |
368 | 371 | android:paddingTop="@dimen/padding_small" />
|
369 | 372 | </LinearLayout>
|
370 | 373 |
|
|
0 commit comments