diff --git a/app/src/main/res/drawable-ja-xxhdpi/img_apply_creator.png b/app/src/main/res/drawable-ja-xxhdpi/img_apply_creator.png new file mode 100644 index 00000000..cea3fb2d Binary files /dev/null and b/app/src/main/res/drawable-ja-xxhdpi/img_apply_creator.png differ diff --git a/app/src/main/res/drawable-ja-xxhdpi/img_introduce_sodalive.png b/app/src/main/res/drawable-ja-xxhdpi/img_introduce_sodalive.png new file mode 100644 index 00000000..59701c65 Binary files /dev/null and b/app/src/main/res/drawable-ja-xxhdpi/img_introduce_sodalive.png differ diff --git a/app/src/main/res/drawable-mdpi/img_apply_creator.png b/app/src/main/res/drawable-mdpi/img_apply_creator.png deleted file mode 100644 index fe9f2b53..00000000 Binary files a/app/src/main/res/drawable-mdpi/img_apply_creator.png and /dev/null differ diff --git a/app/src/main/res/drawable-mdpi/img_introduce_sodalive.png b/app/src/main/res/drawable-mdpi/img_introduce_sodalive.png deleted file mode 100644 index 731ebd4a..00000000 Binary files a/app/src/main/res/drawable-mdpi/img_introduce_sodalive.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/img_apply_creator.png b/app/src/main/res/drawable-xxhdpi/img_apply_creator.png new file mode 100644 index 00000000..382cb0ec Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/img_apply_creator.png differ diff --git a/app/src/main/res/drawable-xxhdpi/img_introduce_sodalive.png b/app/src/main/res/drawable-xxhdpi/img_introduce_sodalive.png new file mode 100644 index 00000000..62f03301 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/img_introduce_sodalive.png differ diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml index fec0d11f..590b4d15 100644 --- a/app/src/main/res/layout/fragment_my.xml +++ b/app/src/main/res/layout/fragment_my.xml @@ -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" />