Skip to content

Commit

Permalink
#11 / [UI] 새 에뮬리이터 맞춘 크기 재구성
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Jun 1, 2023
1 parent ee5516f commit 7f5e974
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ val mockPlayList = listOf<PlaylistSong>(
id = 6,
album = R.drawable.img_song_basecamp,
artist = "basecamp",
title = "How to say (feat. Dvwn)",
title = "How to say (w/ Dvwn)",
),
PlaylistSong(
id = 7,
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_follower.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="12dp"
android:textSize="18sp"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv_follower_image"
Expand All @@ -53,7 +53,7 @@ android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="12dp"
android:textSize="12sp"
android:textSize="11sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tv_follower_name"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_playlist_song.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:textSize="16sp"
style="@style/TextAppearance.Pretendard.Normal"
app:layout_constraintBottom_toBottomOf="@+id/iv_album"
app:layout_constraintStart_toEndOf="@+id/iv_album"
Expand Down

0 comments on commit 7f5e974

Please sign in to comment.