Skip to content
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

Merged
merged 9 commits into from
Jan 8, 2024

Conversation

crownjoe
Copy link
Contributor

@crownjoe crownjoe commented Jan 8, 2024

⛳️ Work Description

  • 입장 스플래시 구현
  • 여행 시작 버튼 누르면 여행 생성하기 뷰로 넘어가게 연결
  • create_trip 뷰를 starttrip 패키지로 넣었습니다

📸 Screenshot

Screen_Recording_20240109_004136_doorip.mp4

📢 To Reviewers

  • 파이팅안드~

@crownjoe crownjoe added this to the 1차 스프린트 UI 작업 milestone Jan 8, 2024
@crownjoe crownjoe changed the title [UI/#37] 여행 입장 스플래시 구 [UI/#37] 여행 입장 스플래시 구현 Jan 8, 2024
@crownjoe crownjoe self-assigned this Jan 8, 2024
Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어프루브 합니닷!!!

Comment on lines +20 to +27
private fun initNewTripBtnClickListener() {
binding.btnStartTripSplashNewTrip.setOnSingleClickListener {
Intent(this, CreateTripActivity::class.java).apply {
startActivity(this)
}
finish()
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋습니당~!

Comment on lines +37 to +40
Intent(this, StartTripSplashActivity::class.java).apply {
startActivity(this)
}
finish()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저도 앞으로 Intent는 이렇게 해야겠어욤

Copy link
Member

@Marchbreeze Marchbreeze left a 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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 잘못 들어간듯 !

Copy link
Contributor Author

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마진이 뭔가 이상한디요?

Copy link
Contributor Author

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이미지뷰는 wrap_content로 작성해주세요 ~

@crownjoe crownjoe merged commit 76f9ab7 into develop Jan 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] 여행 입장 / 입장 스플래시
3 participants