Skip to content

Commit 30793c0

Browse files
authored
Merge pull request #2 from MDrzd/patch-2
Fix path text cutoff
2 parents d0852c6 + 733e2ae commit 30793c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<RelativeLayout
1313
android:layout_width="match_parent"
14-
android:layout_height="50dp"
14+
android:layout_height="wrap_content"
1515
android:padding="4dp">
1616

1717
<ImageView

0 commit comments

Comments
 (0)