|
11 | 11 | android:layout_width="wrap_content"
|
12 | 12 | android:layout_height="wrap_content"
|
13 | 13 | android:orientation="horizontal"
|
14 |
| - app:layout_constraintGuide_percent="0.16" /> |
| 14 | + app:layout_constraintGuide_percent="@integer/guide_line_percent" /> |
15 | 15 |
|
16 | 16 | <ImageView
|
17 | 17 | android:id="@+id/logoImage"
|
|
44 | 44 | app:layout_constraintEnd_toEndOf="parent"
|
45 | 45 | app:layout_constraintStart_toStartOf="parent" />
|
46 | 46 |
|
47 |
| - <LinearLayout |
48 |
| - android:id="@+id/statusDetailContainer" |
49 |
| - android:layout_width="wrap_content" |
50 |
| - android:layout_height="wrap_content" |
| 47 | + <ScrollView |
| 48 | + android:layout_width="match_parent" |
| 49 | + android:layout_height="0dp" |
51 | 50 | android:layout_marginStart="16dp"
|
52 | 51 | android:layout_marginEnd="16dp"
|
53 | 52 | app:layout_constrainedWidth="true"
|
54 | 53 | app:layout_constraintEnd_toEndOf="parent"
|
55 | 54 | app:layout_constraintStart_toStartOf="parent"
|
56 | 55 | app:layout_constraintTop_toBottomOf="@+id/statusText"
|
57 |
| - android:orientation="vertical" /> |
| 56 | + app:layout_constraintBottom_toTopOf="@+id/materialCardView"> |
| 57 | + |
| 58 | + <LinearLayout |
| 59 | + android:id="@+id/statusDetailContainer" |
| 60 | + android:layout_width="match_parent" |
| 61 | + android:layout_height="wrap_content" |
| 62 | + android:orientation="vertical" /> |
| 63 | + |
| 64 | + </ScrollView> |
58 | 65 |
|
59 | 66 | <com.google.android.material.card.MaterialCardView
|
| 67 | + android:id="@+id/materialCardView" |
60 | 68 | android:layout_height="wrap_content"
|
61 | 69 | android:layout_width="match_parent"
|
62 | 70 | android:layout_marginStart="16dp"
|
|
0 commit comments