fix(image) - 메시지 페이지 이동 아이콘 변경
This commit is contained in:
BIN
app/src/main/res/drawable-mdpi/ic_message.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_message.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 385 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user