-
Notifications
You must be signed in to change notification settings - Fork 3
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/#20 mypage UI #25
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.
๊ณ ์ํ์ จ์ด๋ค ๋ฆฌ๋ทฐ ํ์ธ ๋ฐ๋๋๋น!
feature/mainfeature/build.gradle.kts
Outdated
@@ -15,7 +15,8 @@ dependencies { | |||
implementation(libs.appcompat) | |||
implementation(libs.material) | |||
implementation(libs.constraintlayout) | |||
testImplementation(libs.junit) | |||
implementation(project(":core:datastore")) |
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.
์ด๊ฑฐ ์ง์์ฃผ์ธ์ฌ
@@ -0,0 +1,5 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
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.
shape ์ปจ๋ฒค์ ๋ง์ถฐ์ฃผ์ธ์ ~
@@ -0,0 +1,6 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
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:height="83dp" | ||
android:viewportWidth="320" | ||
android:viewportHeight="83"> | ||
<path |
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.
์ญ์ ์
gradle/libs.versions.toml
Outdated
@@ -1,5 +1,5 @@ | |||
[versions] | |||
android-gradle-plugin = "8.1.2" | |||
android-gradle-plugin = "8.2.0" |
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.
agp ๋ฒ์ ๋ค์ ๋๋ ค๋์ฃผ์ธ์ฌ
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,6 +1,6 @@ | |||
#Thu Dec 21 03:12:17 KST 2023 | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip |
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:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:hint="@string/my_please_wait" |
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.
ํ ์คํธ๋ทฐ ์ค์์ ๋ ฌ ์์ผ์ฃผ์ธ์
@@ -5,4 +5,10 @@ | |||
<string name="text_timer">TIMER</string> | |||
<string name="text_my">MY</string> | |||
<string name="text_placeholder">placeholder</string> | |||
<!-- mypage --> | |||
<string name="my_link_number_now">์ง๊ธ ๊น์ง ์ฝ์ ๋งํฌ์</string> |
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.
my -> mypage๊ฐ ๋ ๋์๊ฒ ๊ฐ์์ฌ
|
||
<TextView | ||
android:id="@+id/tv_now_link" | ||
style="@style/Typography.suit.regular_18" |
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.
textappearance ์ฌ์ฉํด์ฃผ์ธ์ ! ๊ทธ๋ฆฌ๊ณ ํ ์คํธ๋ณ๋ก ์ปฌ๋ฌ๋ ์ง์ ํด์ฃผ์ธ์ ~
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.
์ปจ๋ฒค์ ๋ณด์ผ
gradle/libs.versions.toml
Outdated
@@ -1,5 +1,5 @@ | |||
[versions] | |||
android-gradle-plugin = "8.1.2" | |||
android-gradle-plugin = "8.2.0" |
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.
๋ต
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<corners android:radius="12dp"/> | ||
<solid android:color="#F2F2F2"/> |
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.
์ถ๊ฐํ์ผ์ฉ
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.
๋ ์ด์์ ๋ทฐ๊ทธ๋ฃน ํ์ฉ ๋ํด๋ณด์์
<LinearLayout | ||
android:id="@+id/ll_mypage_now_link" | ||
android:layout_width="match_parent" | ||
android:layout_height="0dp" | ||
android:orientation="vertical" | ||
app:layout_constraintBottom_toBottomOf="parent" | ||
app:layout_constraintTop_toBottomOf="@id/cl_mypage_title"> |
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 | ||
android:id="@+id/cl_mypage_title" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
tools:context=".my.MyFragment"> | ||
android:layout_height="56dp" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="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.
์ปจ์คํธ๋ ์ธํธ ๋ ์ด์์์ผ๋ก ์ถฉ๋ถํ ๊ตฌํ ๊ฐ๋ฅํด ๋ณด์ ๋๋ค
<androidx.constraintlayout.widget.ConstraintLayout | ||
android:id="@+id/cl_mypage_this_week" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> |
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 | ||
android:id="@+id/cl_mypage_please_wait" | ||
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.
์๋ฐ ๊ฒ๋ ๊ณต๊ธฐ๊ณ์์ผ๋ฉด ๊ฐ๋ฐ์ ๋ชจ๋๋ก ํ๋ฒ ๋ณด์๋ฉด ์ดํด๊ฐ ๋ ๊ฑฐ ๊ฐ์ต๋๋ค
์ด์ง ์ฝ๋ฆฌ ์ผ๋ฌด์ง๋ค์ ~~~ |
<androidx.constraintlayout.widget.ConstraintLayout | ||
android:id="@+id/cl_mypage_title" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
tools:context=".my.MyFragment"> | ||
android:layout_height="56dp" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="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.
์ด cl_mypage_title ์ฌ๊ธฐ์ ์๋ฌด๊ฒ๋ ์ ๋ด๊ธฐ๊ณ ํ๊ทธ ๋ซํ๊ฑฐ ๊ฐ์๋ฐ ํ์ธ๋ถํ๋๋ ค์!
android:id="@+id/v_mypage_1" | ||
android:layout_width="match_parent" | ||
android:layout_height="4dp" | ||
android:background="#F2F2F2" |
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.
์ด ์์์ฝ๋ ๋ถ๋ถ 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.
์๋ ์ค ์์๋๋ฐ ์๋๋ผ๊ตฌ์ฌ ์ถ๊ฐํ์ด์ !~!
<style name="circleImageView"> | ||
<item name="cornerFamily">rounded</item> | ||
<item name="cornerSize">50%</item> | ||
</style> | ||
|
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.
LGTM
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
๐ PR ์์ฝ
๐ฑ ์์ ํ ๋ด์ฉ
๐ฑ PR ํฌ์ธํธ
๐ธ ์คํฌ๋ฆฐ์ท
๐ฎ ๊ด๋ จ ์ด์