Skip to content

Commit 0c91b33

Browse files
committed
🚚 topAppBar id 레이아웃 컨벤션에 맞게 수정
1 parent 4e3e53a commit 0c91b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
app:layout_constraintTop_toTopOf="parent">
2020

2121
<com.google.android.material.appbar.MaterialToolbar
22-
android:id="@+id/topAppBar"
22+
android:id="@+id/top_app_bar"
2323
style="@style/Widget.MaterialComponents.Toolbar.Primary"
2424
android:layout_width="match_parent"
2525
android:layout_height="?attr/actionBarSize"

0 commit comments

Comments
 (0)