fix(my): 배너 이미지 리소스를 정리한다

This commit is contained in:
2026-08-26 17:13:11 +09:00
parent 10886153b2
commit 1f8d0beb2f
7 changed files with 3 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

+3 -1
View File
@@ -291,7 +291,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginHorizontal="24dp"
android:layout_marginBottom="32dp"
android:adjustViewBounds="true"
android:layout_marginBottom="@dimen/spacing_32"
android:contentDescription="@null"
android:src="@drawable/img_apply_creator" />
@@ -300,6 +301,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:layout_marginHorizontal="24dp"
android:contentDescription="@null"
android:src="@drawable/img_introduce_sodalive" />