|
54 | 54 | app:layout_constraintStart_toStartOf="parent" |
55 | 55 | app:layout_constraintTop_toBottomOf="@id/help_fragment_contact" /> |
56 | 56 |
|
57 | | - <CheckBox |
58 | | - android:id="@+id/help_fragment_debug" |
59 | | - android:layout_width="wrap_content" |
60 | | - android:layout_height="0dp" |
| 57 | + <TextView |
| 58 | + android:id="@+id/help_fragment_category_title" |
| 59 | + android:layout_width="match_parent" |
| 60 | + android:layout_height="wrap_content" |
61 | 61 | android:layout_marginStart="16dp" |
62 | | - android:checked="true" |
63 | | - android:text="@string/HelpFragment__include_debug_log" |
| 62 | + android:layout_marginTop="16dp" |
| 63 | + android:layout_marginEnd="16dp" |
| 64 | + android:text="@string/HelpFragment__tell_us_why_youre_reaching_out" |
| 65 | + android:textAppearance="@style/TextAppearance.AppCompat.Body2" |
64 | 66 | android:textColor="@color/signal_text_secondary" |
65 | | - android:textSize="14sp" |
66 | | - app:layout_constraintBottom_toBottomOf="@id/help_fragment_debug_info" |
| 67 | + app:layout_constraintEnd_toEndOf="parent" |
67 | 68 | app:layout_constraintStart_toStartOf="parent" |
68 | | - app:layout_constraintTop_toTopOf="@id/help_fragment_debug_info" /> |
| 69 | + app:layout_constraintTop_toBottomOf="@id/help_fragment_problem" /> |
69 | 70 |
|
70 | | - <Button |
71 | | - android:id="@+id/help_fragment_debug_info" |
72 | | - style="@style/Button.Borderless" |
| 71 | + <Spinner |
| 72 | + android:id="@+id/help_fragment_category" |
73 | 73 | android:layout_width="wrap_content" |
74 | 74 | android:layout_height="wrap_content" |
75 | | - android:layout_marginStart="2dp" |
76 | | - android:background="@android:color/transparent" |
77 | | - android:text="@string/HelpFragment__whats_this" |
78 | | - android:textAllCaps="false" |
79 | | - android:textAppearance="@style/Signal.Text.Body" |
80 | | - android:textSize="14sp" |
81 | | - app:layout_constraintEnd_toEndOf="parent" |
82 | | - app:layout_constraintHorizontal_bias="0" |
83 | | - app:layout_constraintStart_toEndOf="@id/help_fragment_debug" |
84 | | - app:layout_constraintTop_toBottomOf="@id/help_fragment_problem" /> |
| 75 | + android:layout_marginTop="8dp" |
| 76 | + android:layout_marginStart="16dp" |
| 77 | + android:layout_marginEnd="16dp" |
| 78 | + app:layout_constraintTop_toBottomOf="@id/help_fragment_category_title" |
| 79 | + app:layout_constraintStart_toStartOf="parent"/> |
85 | 80 |
|
86 | 81 | <TextView |
87 | 82 | android:id="@+id/help_fragment_feelings" |
88 | 83 | android:layout_width="match_parent" |
89 | 84 | android:layout_height="wrap_content" |
90 | 85 | android:layout_marginStart="16dp" |
91 | | - android:layout_marginTop="8dp" |
| 86 | + android:layout_marginTop="16dp" |
92 | 87 | android:layout_marginEnd="16dp" |
93 | 88 | android:text="@string/HelpFragment__how_do_you_feel" |
94 | 89 | android:textAppearance="@style/TextAppearance.AppCompat.Body2" |
95 | 90 | android:textColor="@color/signal_text_secondary" |
96 | 91 | app:layout_constraintEnd_toEndOf="parent" |
97 | 92 | app:layout_constraintStart_toStartOf="parent" |
98 | | - app:layout_constraintTop_toBottomOf="@id/help_fragment_debug_info" /> |
| 93 | + app:layout_constraintTop_toBottomOf="@id/help_fragment_category" /> |
99 | 94 |
|
100 | 95 | <org.thoughtcrime.securesms.components.emoji.EmojiImageView |
101 | 96 | android:id="@+id/help_fragment_emoji_5" |
|
170 | 165 | app:layout_constraintStart_toEndOf="@id/help_fragment_emoji_2" |
171 | 166 | app:layout_constraintTop_toTopOf="@id/help_fragment_emoji_2" /> |
172 | 167 |
|
| 168 | + <CheckBox |
| 169 | + android:id="@+id/help_fragment_debug" |
| 170 | + android:layout_width="wrap_content" |
| 171 | + android:layout_height="0dp" |
| 172 | + android:layout_marginStart="16dp" |
| 173 | + android:checked="true" |
| 174 | + android:text="@string/HelpFragment__include_debug_log" |
| 175 | + android:textColor="@color/signal_text_secondary" |
| 176 | + android:textSize="14sp" |
| 177 | + app:layout_constraintBottom_toBottomOf="@id/help_fragment_debug_info" |
| 178 | + app:layout_constraintStart_toStartOf="parent" |
| 179 | + app:layout_constraintTop_toTopOf="@id/help_fragment_debug_info" /> |
| 180 | + |
| 181 | + <Button |
| 182 | + android:id="@+id/help_fragment_debug_info" |
| 183 | + style="@style/Button.Borderless" |
| 184 | + android:layout_width="wrap_content" |
| 185 | + android:layout_height="wrap_content" |
| 186 | + android:layout_marginStart="2dp" |
| 187 | + android:layout_marginTop="16dp" |
| 188 | + android:background="@android:color/transparent" |
| 189 | + android:text="@string/HelpFragment__whats_this" |
| 190 | + android:textAllCaps="false" |
| 191 | + android:textAppearance="@style/Signal.Text.Body" |
| 192 | + android:textSize="14sp" |
| 193 | + app:layout_constraintEnd_toEndOf="parent" |
| 194 | + app:layout_constraintHorizontal_bias="0" |
| 195 | + app:layout_constraintStart_toEndOf="@id/help_fragment_debug" |
| 196 | + app:layout_constraintTop_toBottomOf="@id/help_fragment_emoji_1" /> |
| 197 | + |
| 198 | + |
173 | 199 | </androidx.constraintlayout.widget.ConstraintLayout> |
174 | 200 |
|
175 | 201 | </ScrollView> |
|
0 commit comments