mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
fix: set content description to fab
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom|end"
|
android:layout_gravity="bottom|end"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
|
android:contentDescription="@string/content_description_shuffle_button"
|
||||||
app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior"
|
app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior"
|
||||||
app:srcCompat="@drawable/ic_shuffle" />
|
app:srcCompat="@drawable/ic_shuffle" />
|
||||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
<string name="connection_alert_dialog_positive_button">OK</string>
|
<string name="connection_alert_dialog_positive_button">OK</string>
|
||||||
<string name="connection_alert_dialog_summary">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.</string>
|
<string name="connection_alert_dialog_summary">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.</string>
|
||||||
<string name="connection_alert_dialog_title">Wi-Fi not connected</string>
|
<string name="connection_alert_dialog_title">Wi-Fi not connected</string>
|
||||||
|
<string name="content_description_shuffle_button">Shuffle</string>
|
||||||
<string name="delete_download_storage_dialog_negative_button">Cancel</string>
|
<string name="delete_download_storage_dialog_negative_button">Cancel</string>
|
||||||
<string name="delete_download_storage_dialog_positive_button">Continue</string>
|
<string name="delete_download_storage_dialog_positive_button">Continue</string>
|
||||||
<string name="delete_download_storage_dialog_summary">Please be aware that continuing with this action will result in the permanent deletion of all saved items downloaded from all servers.</string>
|
<string name="delete_download_storage_dialog_summary">Please be aware that continuing with this action will result in the permanent deletion of all saved items downloaded from all servers.</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user