diff --git a/app/src/main/res/layout/fragment_media_detail.xml b/app/src/main/res/layout/fragment_media_detail.xml index a311fb3c2..557c571a3 100644 --- a/app/src/main/res/layout/fragment_media_detail.xml +++ b/app/src/main/res/layout/fragment_media_detail.xml @@ -73,7 +73,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@android:color/white" - android:text="Title" + android:text="@string/media_detail_title" android:textSize="16sp" android:textStyle="bold" android:paddingBottom="6dp" @@ -81,7 +81,7 @@ This file already exists on Commons. Are you sure you want to proceed? Yes No + Title + Title of the media + Description + Description of the media goes here. This can potentially be fairly long, and will need to wrap across multiple lines. We hope it looks nice though.