8000 fix layout · coder0728/glide-transformations@ddd76d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddd76d4

Browse files
committed
fix layout
1 parent f9bca88 commit ddd76d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/main/res/layout/layout_list_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
4-
android:layout_height="match_parent"
4+
android:layout_height="wrap_content"
55
android:padding="5dp"
66
>
77

0 commit comments

Comments
 (0)
0