From 6cbb2ee11742d8d71b7a3fdff83ae9ff0d9490df Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sat, 25 May 2024 18:21:19 +0200 Subject: [PATCH] fix: set content description to fab --- app/src/main/res/layout/inner_fragment_player_queue.xml | 1 + app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/inner_fragment_player_queue.xml b/app/src/main/res/layout/inner_fragment_player_queue.xml index cd7b224a..c8390eba 100644 --- a/app/src/main/res/layout/inner_fragment_player_queue.xml +++ b/app/src/main/res/layout/inner_fragment_player_queue.xml @@ -45,6 +45,7 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="16dp" + android:contentDescription="@string/content_description_shuffle_button" app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" app:srcCompat="@drawable/ic_shuffle" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ec8eccd6..42526f71 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -53,6 +53,7 @@ OK Access to the Subsonic server on connections other than Wi-Fi has been restricted. To prevent this alert dialog from reappearing, disable the connection check in the app settings. Wi-Fi not connected + Shuffle Cancel Continue Please be aware that continuing with this action will result in the permanent deletion of all saved items downloaded from all servers.