diff --git a/app/src/main/res/layout/dialog_read_bg_text.xml b/app/src/main/res/layout/dialog_read_bg_text.xml
index 09c428860..3064f484e 100644
--- a/app/src/main/res/layout/dialog_read_bg_text.xml
+++ b/app/src/main/res/layout/dialog_read_bg_text.xml
@@ -27,7 +27,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:layout_margin="6dp"
+ android:layout_marginLeft="6dp"
+ android:layout_marginRight="6dp"
android:layout_weight="1"
android:background="?attr/selectableItemBackground"
android:singleLine="true"
@@ -43,7 +44,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:layout_margin="6dp"
+ android:layout_marginLeft="6dp"
+ android:layout_marginRight="6dp"
android:layout_weight="1"
android:background="?attr/selectableItemBackground"
android:singleLine="true"
@@ -59,7 +61,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:layout_margin="6dp"
+ android:layout_marginLeft="6dp"
+ android:layout_marginRight="6dp"
android:layout_weight="1"
android:background="?attr/selectableItemBackground"
android:singleLine="true"
@@ -69,29 +72,39 @@
android:textSize="14sp"
app:isBottomBackground="true"
tools:ignore="HardcodedText" />
+
+
+
-
+ android:paddingLeft="6dp"
+ android:paddingRight="6dp"
+ android:text="@string/bg_image" />
-
-
-
-
-
+
\ No newline at end of file