#803 - Accessibility for DM
This commit is contained in:
parent
ffb71f816f
commit
19348ce031
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue