fix(content): 최근 댓글 오디오 카드 UI를 보정한다

This commit is contained in:
2026-07-09 08:46:21 +09:00
parent dace1416c5
commit b71bb43dd6
3 changed files with 29 additions and 5 deletions
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="310dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:background="@drawable/bg_feed_card"
android:orientation="vertical"
android:padding="@dimen/spacing_14">
<LinearLayout
android:layout_width="match_parent"
@@ -46,8 +48,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_12"
android:background="@drawable/bg_content_commented_audio_comment"
android:gravity="center_vertical"
android:orientation="horizontal">
android:orientation="horizontal"
android:padding="@dimen/spacing_12">
<ImageView
android:id="@+id/iv_content_comment_profile"
@@ -66,8 +70,9 @@
android:layout_weight="1"
android:ellipsize="end"
android:includeFontPadding="false"
android:lineSpacingMultiplier="1.45"
android:maxLines="2"
android:textColor="@color/gray_500"
android:textColor="@color/white"
tools:text="최근 댓글 내용" />
</LinearLayout>
</LinearLayout>