android:text="On the Song Details page you can mark a song as Favorite. This is meant for songs you like or songs you can play or sing well."/>
<TextView
android:id="@+id/help_bookmarks_title"
...
...
@@ -212,7 +212,7 @@
android:id="@+id/help_bookmarks_desc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="What are bookmarks"/>
android:text="You can also Bookmark a song. This is meant for songs you want to play or sing, but not at the Moment. Bookmarks also come into play when searching for a song path (see below)."/>
<TextView
android:id="@+id/help_categories_title"
...
...
@@ -225,7 +225,7 @@
android:id="@+id/help_categories_desc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="What are categories"/>
android:text="All Songs can be categorized. This means, a song can be part of multiple categories as seen in the category tab. This helps finding songs suitable for a situation faster. If you think a song needs another category, feel free to propose one."/>
<TextView
android:id="@+id/help_song_suggestions_title"
...
...
@@ -238,7 +238,7 @@
android:id="@+id/help_song_suggestions_desc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="What are song suggestions + sequence suggestion"/>
android:text="A song suggestion is a song marked as suitable to be played after the current song. If you like you can propose your own suggestions. If you think, the last two songs fit well together in that order, you can use the 'sequence suggestion' feature."/>
<TextView
android:id="@+id/help_song_path_title"
...
...
@@ -251,7 +251,7 @@
android:id="@+id/help_song_path_desc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="What are song paths"/>
android:text="When clicking the song path button the app will search for a path of suggestions following each other from the current song to one of your bookmarked songs. The maximum length of a path is defined as 5. When you select a song path, a button will appear allowing you to proceed to the next song in the path."/>