mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 14:54:09 +01:00
WCAG: prevent click-ability for unread-message counter, add description to image button
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b80396b34b
commit
80905f6ed2
@ -92,6 +92,7 @@
|
||||
android:layout_height="18dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginStart="8dp"
|
||||
android:clickable="false"
|
||||
android:gravity="top"
|
||||
android:lines="1"
|
||||
android:textAppearance="@style/ChipUnreadMessagesTextAppearance"
|
||||
|
@ -95,6 +95,7 @@
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="center"
|
||||
android:contentDescription="@string/nc_settings"
|
||||
android:scaleType="fitCenter"
|
||||
android:transitionName="userAvatar.transitionTag"
|
||||
app:cornerRadius="@dimen/button_corner_radius"
|
||||
|
Loading…
Reference in New Issue
Block a user