|
288 | 288 | android:id="@+id/editorLayout"
|
289 | 289 | android:layout_width="match_parent"
|
290 | 290 | android:layout_height="wrap_content"
|
| 291 | + android:paddingTop="@dimen/marginStandardMedium" |
291 | 292 | app:layout_constraintEnd_toEndOf="parent"
|
292 | 293 | app:layout_constraintStart_toStartOf="parent"
|
293 | 294 | app:layout_constraintTop_toBottomOf="@id/attachmentsRecyclerView">
|
|
297 | 298 | android:layout_width="match_parent"
|
298 | 299 | android:layout_height="wrap_content" />
|
299 | 300 |
|
300 |
| - <TextView |
301 |
| - android:id="@+id/newMessagePlaceholder" |
302 |
| - android:layout_width="wrap_content" |
303 |
| - android:layout_height="wrap_content" |
304 |
| - android:layout_gravity="center_vertical" |
305 |
| - android:layout_marginStart="@dimen/marginStandardMedium" |
306 |
| - android:text="@string/newMessagePlaceholderTitle" |
307 |
| - android:textColor="@color/tertiaryTextColor" |
308 |
| - android:visibility="gone" |
309 |
| - tools:visibility="visible" /> |
310 |
| - |
311 | 301 | </FrameLayout>
|
312 | 302 |
|
| 303 | + <TextView |
| 304 | + android:id="@+id/newMessagePlaceholder" |
| 305 | + android:layout_width="wrap_content" |
| 306 | + android:layout_height="wrap_content" |
| 307 | + android:layout_gravity="center_vertical" |
| 308 | + android:layout_marginStart="@dimen/marginStandardMedium" |
| 309 | + android:layout_marginTop="@dimen/marginStandardMedium" |
| 310 | + android:text="@string/newMessagePlaceholderTitle" |
| 311 | + android:textColor="@color/tertiaryTextColor" |
| 312 | + android:visibility="gone" |
| 313 | + app:layout_constraintBottom_toBottomOf="@id/editorLayout" |
| 314 | + app:layout_constraintEnd_toEndOf="parent" |
| 315 | + app:layout_constraintHorizontal_bias="0" |
| 316 | + app:layout_constraintStart_toStartOf="parent" |
| 317 | + app:layout_constraintTop_toTopOf="@id/editorLayout" |
| 318 | + tools:visibility="visible" /> |
| 319 | + |
313 | 320 | <LinearLayout
|
314 | 321 | android:id="@+id/bodyLoader"
|
315 | 322 | android:layout_width="match_parent"
|
|
0 commit comments