a11y message input

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-05-04 18:27:37 +02:00
parent 188e33538e
commit 26574043bc
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 7 additions and 3 deletions

View File

@ -46,7 +46,8 @@
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_below="@id/quotedChatMessageView"
android:scaleType="centerInside" />
android:scaleType="centerInside"
android:contentDescription="@string/nc_add_attachment" />
<ImageButton
android:id="@+id/smileyButton"
@ -56,7 +57,8 @@
android:layout_toStartOf="@id/messageSendButton"
android:background="@color/transparent"
android:src="@drawable/ic_insert_emoticon_black_24dp"
android:tint="@color/emoji_icons" />
android:tint="@color/emoji_icons"
android:contentDescription="@string/nc_add_emojis" />
<ImageButton
android:id="@id/messageSendButton"
@ -66,7 +68,8 @@
android:layout_below="@id/quotedChatMessageView"
android:adjustViewBounds="true"
android:padding="4dp"
android:scaleType="centerInside" />
android:scaleType="centerInside"
android:contentDescription="@string/nc_description_send_message_button" />
<Space
android:id="@id/attachmentButtonSpace"

View File

@ -283,6 +283,7 @@
<string name="nc_message_sent">Message sent</string>
<string name="nc_remote_video_off">Remote video off</string>
<string name="nc_remote_audio_off">Remote audio off</string>
<string name="nc_add_attachment">Add attachment</string>
<!-- Contacts endless loading -->
<string name="nc_no_more_load_retry">No more items to load. Refresh to retry.</string>