-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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: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" |
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.
고생하셨습니당 ㅎ
@@ -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> |
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.
item name에 "android:statusBarColor"을 설정하고 @color/main_color
을 추가하면 상태바 색상을 마음대로 커스텀할 수 있어요~
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.
뷰에 따라서 색상바 색상이 바뀌어서 activity에서 바꿔주고 있습니다!
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 initStatusBarColor() { | ||
window.statusBarColor = ContextCompat.getColor(this, R.color.story_telling_background) |
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.
새로운 시도 고생하셨습니다~
@@ -19,6 +19,21 @@ | |||
tools:targetApi="31"> | |||
<activity | |||
android:name=".ui.main.MainActivity" | |||
android:exported="false" |
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.
다들 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> |
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.
item name에 "android:statusBarColor"을 설정하고 @color/main_color
을 추가하면 상태바 색상을 마음대로 커스텀할 수 있어요~
📑 Work Description
🛠️ Issue
📷 Screenshot
Screen_recording_20240110_003640.mp4
💬 To Reviewers