summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-26 18:05:27 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-26 18:05:27 +0200
commit9487dc4182341e6320ff9729d6ed893906019665 (patch)
tree886eb6b136b2461e646b0ce9f8d364739349be66 /app/src/main/res/layout
parentf76750420d1fde69dc60cba53a19e148926dfcf9 (diff)
Change some layouts
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_playlists.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_playlists.xml b/app/src/main/res/layout/fragment_playlists.xml
index 218ed1341..aacb1a517 100644
--- a/app/src/main/res/layout/fragment_playlists.xml
+++ b/app/src/main/res/layout/fragment_playlists.xml
@@ -42,7 +42,7 @@
android:layout_gravity="center"
android:textStyle="italic|bold"
android:typeface="serif"
- android:text="@string/action_list_add"
+ android:text="@string/action_playlist_add"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>