mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
#803 - Accessibility for DM
This commit is contained in:
parent
ffb71f816f
commit
19348ce031
1 changed files with 3 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@+id/user_pp"
|
app:layout_constraintStart_toEndOf="@+id/user_pp"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
app:layout_constraintBottom_toTopOf="@+id/date"
|
||||||
tools:text="@tools:sample/full_names" />
|
tools:text="@tools:sample/full_names" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
android:layout_marginEnd="6dp"
|
android:layout_marginEnd="6dp"
|
||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:textColor="?attr/colorOnPrimary"
|
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_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@+id/user_pp"
|
app:layout_constraintStart_toEndOf="@+id/user_pp"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/user_name"
|
app:layout_constraintTop_toBottomOf="@+id/user_name"
|
||||||
|
@ -52,7 +53,7 @@
|
||||||
android:layout_marginEnd="6dp"
|
android:layout_marginEnd="6dp"
|
||||||
android:layout_marginTop="6dp"
|
android:layout_marginTop="6dp"
|
||||||
android:textColor="?attr/colorOnPrimary"
|
android:textColor="?attr/colorOnPrimary"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/user_pp"
|
app:layout_constraintTop_toBottomOf="@+id/date"
|
||||||
tools:text="@tools:sample/lorem/random" />
|
tools:text="@tools:sample/lorem/random" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
|
|
Loading…
Reference in a new issue