-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/tgyuu/#113 #119
Feature/tgyuu/#113 #119
Conversation
β¦into feature/tgyuu/#113
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.
νκ·μ
μ κ° μ¬κΈ°λ λ±ν λ΄λλ¦΄κ² λ°λ‘ μλ€μ μΊ¬μΊ¬ LGTM μ λλ€μ
@@ -21,6 +21,7 @@ android { | |||
getDefaultProguardFile("proguard-android-optimize.txt"), | |||
"proguard-rules.pro", | |||
) | |||
signingConfig = signingConfigs.getByName("debug") |
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.
λ¦΄λ¦¬μ¦ λͺ¨λλ‘ μ€ννλ €κ³ νλκΉ μλλλΌκ³ μ.
κ·Έλμ μ€μ±λνν λμμ ꡬνλλ°,
μλμ κ°μ λ΅λ³μ λ°μμλλ€.
λ°°ν¬ν λ μλͺ ν€λ₯Ό μ λ ₯ν΄μΌ νλλ°,
λ¦΄λ¦¬μ¦ λͺ¨λλ‘ λ°°ν¬κ° μλλΌ ν μ€νΈλ§ νκ³ μΆμ λ λλ²κ·Έ λͺ¨λ ν€λ₯Ό μ΄μ©ν΄μ νλ‘μ νΈλ₯Ό λλ €μ£Όλ κ² κ°μμ....!
.animateContentSize() | ||
.padding(vertical = 10.dp) | ||
.height(IntrinsicSize.Min) | ||
.fillMaxWidth(), | ||
) { |
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.
ππ
AnimatedVisibility(bottomSheetState.currentValue == SheetValue.Expanded) { | ||
Column(horizontalAlignment = Alignment.Start) { | ||
Text( | ||
text = event.location, | ||
style = WappTheme.typography.captionRegular, | ||
color = WappTheme.colors.yellow34, | ||
) | ||
|
||
Text( | ||
text = event.content, | ||
style = WappTheme.typography.captionRegular, | ||
color = WappTheme.colors.grayBD, | ||
) | ||
} | ||
} | ||
|
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.
πππ
곧 μ¬λΌμ€λ λΈλ‘κ·Έ κΈλ κΈ°λν κ²μ γ γ |
1. π κ΄λ ¨λ μ΄μ λ° μκ°
closed #113
2. π₯ λ³κ²½λ μ
- λ°ν μνΈλ₯Ό νλνλ©΄ λ λ§μ μ λ³΄κ° λ³΄μ λλ€.
- μΆκ°μ μΌλ‘, λ°ν μνΈλ₯Ό νλν λ μμ°μ€λ¬μ΄ UIλ₯Ό λ£μμ΅λλ€.
μλμ κ°μ΄ λ±λ±ν UIμμ,
μλμ κ°μ΄ 2κ°μ μ νμ§λ₯Ό μ§νΈλκ» μ 곡νμκ³ ,
μμ κ²°κ³Ό 2λ²μ§Έκ° λ λ«λ€κ³ νλ¨νμ¬μ 2 λ²μ§Έλ‘ μ μ©νμμ΅λλ€.
3. β κΌ νμΈν΄μ€¬μΌλ©΄ νλ λΆλΆ
κΈ°λ³Έμ μΈ λλ²κ·Έ λͺ¨λλ‘ νλ©΄ μ λλ©μ΄μ μ΄ λ²λ² κ±°λ €μ λ¦΄λ¦¬μ¦ λͺ¨λλ‘ gifλ₯Ό 촬μνμμλλ€.
νμ€ν λλ²κ·Έ λͺ¨λλ³΄λ€ λ¦΄λ¦¬μ¦ λͺ¨λλ‘ νλ©΄ ν¨μ¬ν¨μ¬ μμ°μ€λ½κ³ λΉ λ₯΄λ€μ.
4. πΈ μ€ν¬λ¦°μ·(μ ν)
5. π‘μκ²λ νΉμ κΆκΈν μ¬νλ€
https://developer.android.com/jetpack/compose/animation?hl=ko#overview
μ λλ©μ΄μ κ΄λ ¨ μ§μμ΄ λΉμ½μ μΌλ‘ μμΉνμμ΅λλ€.
λΈλ‘κ·Έ κΈ κ²μ μ€μ λλ€. μμ± μλ£νλ©΄ 곡μ ν΄λλ¦¬κ² μλλ€!