#803 - Accessibility for DM

This commit is contained in:
Thomas 2023-02-27 14:18:23 +01:00
parent ffb71f816f
commit 19348ce031
1 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/user_pp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@+id/date"
tools:text="@tools:sample/full_names" />
<androidx.appcompat.widget.AppCompatTextView
@ -39,7 +40,7 @@
android:layout_marginEnd="6dp"
android:gravity="end"
android:textColor="?attr/colorOnPrimary"
app:layout_constraintBottom_toBottomOf="@+id/user_pp"
app:layout_constraintBottom_toTopOf="@+id/message_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/user_pp"
app:layout_constraintTop_toBottomOf="@+id/user_name"
@ -52,7 +53,7 @@
android:layout_marginEnd="6dp"
android:layout_marginTop="6dp"
android:textColor="?attr/colorOnPrimary"
app:layout_constraintTop_toBottomOf="@+id/user_pp"
app:layout_constraintTop_toBottomOf="@+id/date"
tools:text="@tools:sample/lorem/random" />
<com.google.android.material.button.MaterialButton