Skip to content

Commit

Permalink
Merge pull request #16 from Gwamegis/feat/feedback
Browse files Browse the repository at this point in the history
[Feat] 가사 색상 수정
  • Loading branch information
JIWON1923 authored May 1, 2023
2 parents e2b7d44 + 4fc852a commit 7c78777
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.soi.moya"
minSdk 24
targetSdk 33
versionCode 2
versionName "0.1.0"
versionCode 5
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_play_song.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_margin="20dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand All @@ -55,8 +56,8 @@
android:layout_height="match_parent"
android:layout_margin="20dp"
android:fontFamily="@font/pretendard_bold"
android:lineSpacingExtra="8dp"
android:textColor="@color/white"
android:lineSpacingExtra="12dp"
android:textColor="@color/lyricsColor"
android:textSize="26dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<color name="gray">#EFEFEF</color>
<color name="darkGray">#7D7D7D</color>

<color name="lyricsColor">#CCFFFFFF</color>

<color name="custom_black">#2B2B2B</color>
<color name="enabled">#D1D1D1</color>

Expand Down

0 comments on commit 7c78777

Please sign in to comment.