Skip to content

Commit

Permalink
Release 2.1.4 (#250)
Browse files Browse the repository at this point in the history
* 크리스마스 이벤트 스플래시 배경 짤림 수정

* release 2.1.4
  • Loading branch information
HI-JIN2 committed Dec 19, 2024
1 parent 116bba8 commit e489b39
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "com.eatssu.android"
minSdk = 23
targetSdk = 34
versionCode = 22
versionName = "2.1.1"
versionCode = 24
versionName = "2.1.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file added app/src/main/res/drawable/img_backgroud_snow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/img_logo_christmas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/img_logo_snow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions app/src/main/res/layout/activity_intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@
tools:context=".presentation.login.IntroActivity">

<ImageView
android:layout_width="match_parent"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:scaleType="centerInside"
android:layout_margin="65dp"
android:src="@drawable/img_new_logo_white"
android:src="@drawable/img_logo_snow"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/img_backgroud_snow"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit e489b39

Please sign in to comment.