-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI/#37] 여행 입장 스플래시 구현 #46
Conversation
…into ui/#37-start-trip-splash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어프루브 합니닷!!!
private fun initNewTripBtnClickListener() { | ||
binding.btnStartTripSplashNewTrip.setOnSingleClickListener { | ||
Intent(this, CreateTripActivity::class.java).apply { | ||
startActivity(this) | ||
} | ||
finish() | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋습니당~!
Intent(this, StartTripSplashActivity::class.java).apply { | ||
startActivity(this) | ||
} | ||
finish() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 앞으로 Intent는 이렇게 해야겠어욤
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
먼데 이렇게 잘하는데 !!!!!!!!
android:paddingVertical="12dp" | ||
android:paddingStart="18dp" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintHorizontal_bias="0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요거 잘못 들어간듯 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정했습니당
style="@style/TextAppearance.Doorip.Head3" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="212dp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마진이 뭔가 이상한디요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정했습니답
|
||
<ImageView | ||
android:id="@+id/iv_start_trip_splash" | ||
android:layout_width="200dp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이미지뷰는 wrap_content로 작성해주세요 ~
⛳️ Work Description
📸 Screenshot
Screen_Recording_20240109_004136_doorip.mp4
📢 To Reviewers