fix(image) - 메시지 페이지 이동 아이콘 변경

This commit is contained in:
2026-03-13 17:37:37 +09:00
parent ba7d1ddee2
commit 9f27ea8aec
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -48,8 +48,8 @@
<ImageView
android:id="@+id/iv_message"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/ic_message" />
</LinearLayout>