The alert message for downloading starred tracks made more explicit

This commit is contained in:
antonio 2023-03-13 21:09:11 +01:00
parent 56701463e4
commit 1aba732ab9
2 changed files with 24 additions and 3 deletions

View file

@ -0,0 +1,14 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="24dp"
android:layout_marginBottom="4dp"
android:text="@string/starred_sync_dialog_summary" />
</LinearLayout>