mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
add description to FAB for better accessibility
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
387194b480
commit
cf6b4c12e4
@ -89,11 +89,12 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:layout_margin="16dp"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:contentDescription="@string/nc_new_conversation"
|
||||
app:borderWidth="0dp"
|
||||
app:tint="@color/white"
|
||||
app:srcCompat="@drawable/ic_add_white_24px"/>
|
||||
app:srcCompat="@drawable/ic_add_white_24px"
|
||||
app:tint="@color/white" />
|
||||
|
||||
<include layout="@layout/fast_scroller" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user