Skip to content

Commit 4b2b86d

Browse files
committed
🚚 xml 컨벤션에 맞도록 리사이클러뷰 Id 수정
1 parent 3949571 commit 4b2b86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/src/main/res/layout/fragment_community_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
tools:context=".community.CommunityItemFragment">
1414

1515
<androidx.recyclerview.widget.RecyclerView
16-
android:id="@+id/community_recycler_view"
16+
android:id="@+id/rv_community"
1717
android:layout_width="0dp"
1818
android:layout_height="0dp"
1919
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)