Skip to content

Commit 3053891

Browse files
1951FDGhannesa2
authored andcommitted
UI: Fix layout inspection warning (RecyclerView layout_width should be wrap_content)
1 parent f630f40 commit 3053891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LogcatCoreLib/src/main/res/layout/fragment_log.xml

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

88
<androidx.recyclerview.widget.RecyclerView
99
android:id="@+id/log_recycler"
10-
android:layout_width="match_parent"
10+
android:layout_width="wrap_content"
1111
android:layout_height="match_parent"
1212
android:scrollbars="vertical"
1313
tools:listitem="@layout/item_log" />

0 commit comments

Comments
 (0)