feat: added content description for reply button

This commit is contained in:
Thomas Braccia 2023-09-20 10:25:42 -04:00
parent 1e59577ac0
commit 72085c132f

View file

@ -152,6 +152,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:background="?attr/controlBackground"
android:contentDescription="@string/reply_action"
android:paddingHorizontal="12dp"
app:layout_constraintEnd_toStartOf="@id/menu_overflow"
app:layout_constraintTop_toTopOf="@+id/menu_overflow"