diff --git a/app/src/main/res/layout/dialog_focus.xml b/app/src/main/res/layout/dialog_focus.xml
index a5092892..65e44df3 100644
--- a/app/src/main/res/layout/dialog_focus.xml
+++ b/app/src/main/res/layout/dialog_focus.xml
@@ -1,17 +1,35 @@
-
+ android:layout_height="match_parent"
+ android:orientation="vertical">
-
-
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"
+ android:padding="24dp"
+ android:gravity="center"
+ android:textSize="18sp"
+ android:text="@string/set_focus_description" />
-
+ android:layout_height="wrap_content"
+ android:id="@+id/imageContainer">
-
\ No newline at end of file
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 18c5c8bb..75824a9a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -408,6 +408,7 @@
- Describe for visually impaired\n(%d character limit)
+ Tap or drag the circle to choose the focal point which will always be visible in thumbnails.
Set caption
Set focus point
Edit image