Skip to content

Commit 49b12ea

Browse files
committed
Increase space for metadata typeview
Some translations come with longer words causing them to wrap at strange positions
1 parent 69fc466 commit 49b12ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/res/layout/item_metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
android:layout_width="0dp"
1313
android:layout_height="wrap_content"
1414
android:orientation="vertical"
15-
app:layout_constraintGuide_percent="0.23" />
15+
app:layout_constraintGuide_percent="0.30" />
1616

1717
<TextView
1818
android:id="@+id/metadata_type_view"

app/src/main/res/layout/item_metadata_tags.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:layout_width="0dp"
1010
android:layout_height="wrap_content"
1111
android:orientation="vertical"
12-
app:layout_constraintGuide_percent="0.23" />
12+
app:layout_constraintGuide_percent="0.30" />
1313

1414
<TextView
1515
android:layout_width="0dp"

0 commit comments

Comments
 (0)