From 3ba9afca80cce18ea1c969e6662aded735c96179 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 4 May 2021 14:52:50 +0200 Subject: [PATCH] a11y generic menu item Signed-off-by: Andy Scherzinger --- app/src/main/res/layout/rv_item_app.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/rv_item_app.xml b/app/src/main/res/layout/rv_item_app.xml index ce5270ef9..9f9121816 100644 --- a/app/src/main/res/layout/rv_item_app.xml +++ b/app/src/main/res/layout/rv_item_app.xml @@ -2,6 +2,8 @@ ~ Nextcloud Talk application ~ ~ @author Mario Danic + ~ @author Andy Scherzinger + ~ Copyright (C) 2021 Andy Scherzinger ~ Copyright (C) 2017 Mario Danic ~ ~ This program is free software: you can redistribute it and/or modify @@ -32,6 +34,7 @@ android:layout_height="24dp" android:layout_centerVertical="true" android:layout_marginStart="16dp" + android:contentDescription="@null" android:focusable="false" android:focusableInTouchMode="false" tools:src="@drawable/ic_add_grey600_24px" />