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

#11 [ui] 스토리텔링 뷰 작업 #14

Merged
merged 19 commits into from
Jan 9, 2024

Conversation

stellar-halo
Copy link
Contributor

📑 Work Description

  • 스토리텔링 뷰 작업

🛠️ Issue

📷 Screenshot

Screen_recording_20240110_003640.mp4

💬 To Reviewers

  • 시작 진입을 스토리텔링 뷰로 했습니다!

@stellar-halo stellar-halo added UI ui 관련 작업 Pull Request pr 날림! 강희🐬 강희가 작업함! labels Jan 9, 2024
@stellar-halo stellar-halo self-assigned this Jan 9, 2024
Copy link
Member

@minemi00 minemi00 left a comment

Choose a reason for hiding this comment

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

스토리텔링. 생각보다 멋지다

android:viewportWidth="14"
android:viewportHeight="14">
<path
android:pathData="M12.356,5.619C13.059,5.996 13.059,7.004 12.356,7.381L4.972,11.34C4.306,11.697 3.5,11.214 3.5,10.458L3.5,2.542C3.5,1.786 4.306,1.303 4.972,1.66L12.356,5.619Z"
Copy link
Member

Choose a reason for hiding this comment

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

고생하셨습니당 ㅎ

@@ -3,7 +3,8 @@
<style name="Base.Theme.Softie" parent="Theme.Material3.Light.NoActionBar">
<!-- Customize your light theme here. -->
<item name="android:includeFontPadding">false</item>
<item name="android:windowLightStatusBar">true</item>
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
Collaborator

@pump9918 pump9918 Jan 9, 2024

Choose a reason for hiding this comment

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

item name에 "android:statusBarColor"을 설정하고 @color/main_color
을 추가하면 상태바 색상을 마음대로 커스텀할 수 있어요~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

뷰에 따라서 색상바 색상이 바뀌어서 activity에서 바꿔주고 있습니다!

Copy link
Member

@emjayMJkim emjayMJkim left a comment

Choose a reason for hiding this comment

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

수고하셨습니당

}

private fun initStatusBarColor() {
window.statusBarColor = ContextCompat.getColor(this, R.color.story_telling_background)
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
Collaborator

@pump9918 pump9918 left a comment

Choose a reason for hiding this comment

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

새로운 시도 고생하셨습니다~

@@ -19,6 +19,21 @@
tools:targetApi="31">
<activity
android:name=".ui.main.MainActivity"
android:exported="false"
Copy link
Collaborator

Choose a reason for hiding this comment

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

다들 true 놔두길래 협업할때 원칙인줄 알았는데..
근본은 false가 맞네요

@@ -3,7 +3,8 @@
<style name="Base.Theme.Softie" parent="Theme.Material3.Light.NoActionBar">
<!-- Customize your light theme here. -->
<item name="android:includeFontPadding">false</item>
<item name="android:windowLightStatusBar">true</item>
Copy link
Collaborator

@pump9918 pump9918 Jan 9, 2024

Choose a reason for hiding this comment

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

item name에 "android:statusBarColor"을 설정하고 @color/main_color
을 추가하면 상태바 색상을 마음대로 커스텀할 수 있어요~

@stellar-halo stellar-halo merged commit 8eb7be8 into develop Jan 9, 2024
1 check passed
@stellar-halo stellar-halo deleted the feature/#11-ui-story-telling branch January 9, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Request pr 날림! UI ui 관련 작업 강희🐬 강희가 작업함!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[ui] 온보딩 스토리텔링 뷰 작업
4 participants