#803 - Accessibility for DM

inspect_home_cache
Thomas 2 years ago
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…
Cancel
Save