-
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
#6 [ui] happy empty view xml #9
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.
๊ตฟ๊ตฟ ๐
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.
์์ ํ๋ฉด ๋์ ์ํ๋ค..!!! ์๊ณ ํ์ จ์ต๋๋น
app:layout_constraintBottom_toBottomOf="@+id/iv_happy_default_mention" | ||
app:layout_constraintEnd_toEndOf="@+id/iv_happy_default_mention" | ||
app:layout_constraintStart_toStartOf="@+id/iv_happy_default_mention" | ||
app:layout_constraintTop_toTopOf="@+id/iv_happy_default_mention" /> |
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.
๋ฐ์ํ๊ฒ ์ต๋๋ค~
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.
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> |
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.
data binding ์ธ ๊ฑฐ๋๊น layout์ผ๋ก ๋ฐ๊ฟ๋ ์ข์ ๊ฒ ๊ฐ์์!
|
||
<ImageView | ||
android:id="@+id/iv_happy_character" | ||
android:layout_width="50dp" |
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.
ํผ๊ทธ๋ง ๋ณด๋๊น ๋๋น๋ 53dp ๊ฐ์๋ฐ ํ์ธํด์ฃผ์ธ์!
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginStart="20dp" | ||
android:layout_marginTop="43dp" |
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.
์์ ์ํ๋ฐ์ ํฌ๊ธฐ๋ฅผ ๋นผ์ 43dp๊ฐ ์๋๋ผ 16dp ๊ฐ์์! ํ์ธํด์ฃผ์ธ์!
app:layout_constraintTop_toTopOf="@+id/iv_happy_default_mention" /> | ||
|
||
<androidx.constraintlayout.widget.ConstraintLayout | ||
android:id="@+id/rl_happy_empty_card" |
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.
์๊ฑฐ๋ ์ rl์ผ๊น์?
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.
์ด์ ์ ๋ฌถ์ ๋ค๋ฅธ ๋ ์ด์์ ์ด๋ฆ์ ๋ชป๋ฐ๊ฟจ๋ค์! ์์ ํ๊ฒ ์ต๋๋ค
๐ Work Description
๐ ๏ธ Issue
๐ท Screenshot
๐ฌ To Reviewers