Skip to content

Commit

Permalink
[fix] : designsystem 모듈명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyun0v0 committed Jan 8, 2024
1 parent 1d8c656 commit 696e202
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
namespace = "com.hmh.hamyeonham.core.design_system"
namespace = "com.hmh.hamyeonham.core.designsystem"
}

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions core/designsystem/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
<attr name="blue_purple_opacity_70" format="reference" />
<attr name="blue_purple_opacity_22" format="reference" />
<attr name="white_btn" format="reference" />

<attr name="textAppearanceDisplaySmall" format="reference" />
</resources>
1 change: 1 addition & 0 deletions feature/onboarding/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ android {

dependencies {
implementation(projects.core.common)
implementation(projects.core.designsystem)
}
1 change: 0 additions & 1 deletion feature/statistics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies {

// Core
implementation(projects.core.common)
implementation(projects.core.designsystem)

implementation(libs.appcompat)
implementation(libs.material)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

<TextView
android:id="@+id/tv_statics_goal_title"
style="?textAppearanceDisplaySmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="목표이용시간\n어아어아"
android:text="@string/all_goal_time"
android:textColor="#ffffff"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand Down

0 comments on commit 696e202

Please sign in to comment.