Skip to content

Commit

Permalink
[feature/ad]: Fix Banner IMG
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Oct 25, 2023
1 parent 9f2db4f commit d81f210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_mypage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
android:layout_marginHorizontal="20dp"
android:layout_marginTop="20dp"
android:gravity="center"
android:scaleType="fitXY"
android:scaleType="fitCenter"
android:src="@drawable/img_main_banner"
android:text="광고"
android:textAppearance="?textAppearancePopupText1"
Expand Down

0 comments on commit d81f210

Please sign in to comment.