Files
sodalive-android/app/src/main/res/layout/activity_audio_content_detail.xml

1109 lines
55 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="51.7dp"
android:background="@color/black"
android:paddingHorizontal="13.3dp">
<TextView
android:id="@+id/tv_back"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/iv_menu"
android:drawablePadding="6.7dp"
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
app:drawableStartCompat="@drawable/ic_back"
tools:ignore="RelativeOverlap"
tools:text="바로, 상담 가능한 크리에이터" />
<ImageView
android:id="@+id/iv_menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:contentDescription="@null"
android:paddingHorizontal="6.7dp"
android:src="@drawable/ic_seemore_vertical" />
</RelativeLayout>
<RelativeLayout
android:id="@+id/rl_profile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/toolbar"
android:paddingHorizontal="13.3dp">
<ImageView
android:id="@+id/iv_profile"
android:layout_width="26.7dp"
android:layout_height="26.7dp"
android:layout_centerVertical="true"
android:contentDescription="@null"
tools:src="@drawable/ic_logo" />
<TextView
android:id="@+id/tv_profile_nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginHorizontal="5.3dp"
android:layout_toStartOf="@+id/iv_follow"
android:layout_toEndOf="@+id/iv_profile"
android:fontFamily="@font/pretendard_medium"
android:textColor="@color/color_777777"
android:textSize="13.3sp"
tools:text="J-DRAGON" />
<ImageView
android:id="@+id/iv_follow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:contentDescription="@null"
android:visibility="gone"
tools:src="@drawable/btn_following_big" />
</RelativeLayout>
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/rl_profile"
android:layout_marginTop="13.3dp">
<androidx.core.widget.NestedScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="13.3dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp">
<ImageView
android:id="@+id/iv_cover"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:scaleType="centerCrop" />
<ImageView
android:id="@+id/iv_seek_backward_10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginEnd="24dp"
android:layout_toStartOf="@+id/fl_play_or_pause"
android:contentDescription="@null"
android:src="@drawable/ic_player_prev_10"
android:visibility="gone" />
<FrameLayout
android:id="@+id/fl_play_or_pause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<ImageView
android:id="@+id/iv_play_or_pause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:visibility="gone"
tools:src="@drawable/btn_audio_content_play" />
<LinearLayout
android:id="@+id/ll_preview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_46_7_66000000"
android:gravity="center"
android:minWidth="212dp"
android:paddingVertical="13.3dp"
android:visibility="gone"
tools:ignore="UseCompoundDrawables">
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginEnd="4dp"
android:contentDescription="@null"
android:src="@drawable/ic_noti_play" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/screen_audio_content_detail_preview_available"
android:textColor="@color/white"
android:textSize="16.7sp"
android:fontFamily="@font/pretendard_medium" />
</LinearLayout>
</FrameLayout>
<ImageView
android:id="@+id/iv_seek_forward_10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="24dp"
android:layout_toEndOf="@+id/fl_play_or_pause"
android:contentDescription="@null"
android:src="@drawable/ic_player_next_10"
android:visibility="gone" />
<LinearLayout
android:id="@+id/ll_preview_no"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@drawable/bg_round_corner_46_7_88ffffff"
android:gravity="center"
android:minWidth="212dp"
android:paddingVertical="13.3dp"
android:visibility="gone"
tools:ignore="UseCompoundDrawables">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="4dp"
android:contentDescription="@null"
android:src="@drawable/ic_no_preview" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/screen_audio_content_detail_preview_unavailable"
android:textColor="#444446"
android:textSize="16.7sp"
android:fontFamily="@font/pretendard_medium" />
</LinearLayout>
<SeekBar
android:id="@+id/sb_progress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginTop="6.7dp"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:progressDrawable="@drawable/audio_content_player_seekbar"
android:thumb="@null" />
<FrameLayout
android:id="@+id/fl_sold_out"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_99000000"
android:visibility="gone" />
<TextView
android:id="@+id/tv_sold_out_big"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:fontFamily="@font/pretendard_bold"
android:text="@string/audio_content_badge_sold_out"
android:textColor="@color/white"
android:textSize="36.7sp"
android:visibility="gone" />
<ImageView
android:id="@+id/iv_point"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_alignParentEnd="true"
android:layout_marginTop="13.3dp"
android:layout_marginEnd="13.3dp"
android:contentDescription="@null"
android:src="@drawable/ic_point"
android:visibility="gone" />
</RelativeLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:paddingStart="13.3dp"
android:paddingEnd="26.7dp">
<TextView
android:id="@+id/tv_current_duration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_time_default"
android:textColor="@color/white"
android:textSize="12sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_total_duration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_time_total_default"
android:textColor="@color/white"
android:textSize="12sp"
app:layout_constraintStart_toEndOf="@+id/tv_current_duration"
app:layout_constraintTop_toTopOf="@+id/tv_current_duration" />
<ImageView
android:id="@+id/iv_play_loop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/btn_player_repeat" />
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
android:id="@+id/ll_previous_next_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:visibility="gone">
<View
android:id="@+id/view_previous_none"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="4dp"
android:layout_weight="1"
android:visibility="gone" />
<LinearLayout
android:id="@+id/ll_previous_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="4dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_5_3_222222_555555"
android:padding="5.3dp"
android:visibility="gone">
<ImageView
android:id="@+id/iv_previous_cover"
android:layout_width="33.3dp"
android:layout_height="33.3dp"
android:contentDescription="@null" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="5.3dp"
android:orientation="vertical">
<TextView
android:id="@+id/tv_previous_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/pretendard_medium"
android:maxLines="2"
android:textColor="@color/color_d2d2d2"
android:textSize="11sp"
tools:ignore="TooManyViews"
tools:text="1화\n남편은 분명 성기사였다" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5.3dp"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_previous"
android:textColor="@color/color_3bb9f1"
android:textSize="13.3sp" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/ll_next_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_5_3_222222_555555"
android:padding="5.3dp"
android:visibility="gone">
<ImageView
android:id="@+id/iv_next_cover"
android:layout_width="33.3dp"
android:layout_height="33.3dp"
android:contentDescription="@null" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="5.3dp"
android:orientation="vertical">
<TextView
android:id="@+id/tv_next_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/pretendard_medium"
android:maxLines="2"
android:textColor="@color/color_d2d2d2"
android:textSize="11sp"
tools:ignore="TooManyViews"
tools:text="1화\n남편은 분명 성기사였다" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5.3dp"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_next"
android:textColor="@color/color_3bb9f1"
android:textSize="13.3sp" />
</LinearLayout>
</LinearLayout>
<View
android:id="@+id/view_next_none"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_weight="1"
android:visibility="gone" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_scheduled_to_open"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="5.3dp"
android:background="@drawable/bg_round_corner_2_6_003851"
android:paddingHorizontal="5.3dp"
android:paddingVertical="3.3dp"
android:text="@string/audio_content_badge_scheduled"
android:textColor="@color/color_3bb9f1"
android:visibility="gone"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_theme"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_2_6_28312b"
android:paddingHorizontal="5.3dp"
android:paddingVertical="3.3dp"
android:textColor="@color/color_3bac6a"
tools:text="커버곡"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_19"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="5.3dp"
android:background="@drawable/bg_round_corner_2_6_601d14"
android:paddingHorizontal="5.3dp"
android:paddingVertical="3.3dp"
android:text="@string/audio_content_detail_age_badge_19"
android:textColor="@color/color_e33621"
android:visibility="gone"
android:fontFamily="@font/pretendard_medium" />
</LinearLayout>
<TextView
android:id="@+id/tv_purchased"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:background="@drawable/bg_round_corner_2_6_26310f"
android:paddingHorizontal="5.3dp"
android:paddingVertical="3.3dp"
android:text="@string/audio_content_badge_owned"
android:textColor="@color/color_b1ef2c"
android:visibility="gone"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_remaining_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginEnd="5.3dp"
android:layout_toStartOf="@+id/tv_rental"
android:drawablePadding="2.7dp"
android:textColor="@color/color_909090"
android:textSize="12sp"
android:visibility="gone"
app:drawableStartCompat="@drawable/ic_time_l"
tools:text="120:30:30"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_rental"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:background="@drawable/bg_round_corner_2_6_30176f"
android:paddingHorizontal="5.3dp"
android:paddingVertical="3.3dp"
android:text="@string/audio_content_badge_rented"
android:textColor="@color/color_9970ff"
android:visibility="gone"
android:fontFamily="@font/pretendard_medium" />
</RelativeLayout>
<TextView
android:id="@+id/tv_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/color_d2d2d2"
android:textSize="16sp"
tools:text="매버릭 팔레트 (feat. J-DRAGON)" />
<ScrollView
android:id="@+id/sv_action_buttons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/ll_like"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_26_7_19ffffff"
android:gravity="center"
android:orientation="horizontal"
android:paddingHorizontal="13.3dp"
android:paddingVertical="5.3dp"
tools:ignore="UselessParent">
<ImageView
android:id="@+id/iv_like"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/ic_audio_content_heart_normal" />
<TextView
android:id="@+id/tv_like"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/pretendard_medium"
android:textColor="@color/color_d2d2d2"
android:textSize="13.3sp"
tools:text="1234" />
</LinearLayout>
<TextView
android:id="@+id/tv_share"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:background="@drawable/bg_round_corner_26_7_19ffffff"
android:drawablePadding="4dp"
android:fontFamily="@font/pretendard_medium"
android:gravity="center"
android:orientation="horizontal"
android:paddingHorizontal="13.3dp"
android:paddingVertical="5.3dp"
android:text="@string/screen_audio_content_detail_share"
android:textColor="@color/color_d2d2d2"
android:textSize="13.3sp"
app:drawableStartCompat="@drawable/ic_audio_content_share" />
<LinearLayout
android:id="@+id/ll_donation"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:background="@drawable/bg_round_corner_26_7_19ffffff"
android:gravity="center"
android:orientation="horizontal"
android:paddingHorizontal="13.3dp"
android:paddingVertical="5.3dp"
android:visibility="gone">
<ImageView
android:layout_width="13.3dp"
android:layout_height="13.3dp"
android:contentDescription="@null"
android:src="@drawable/ic_donation_white" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/pretendard_medium"
android:gravity="center"
android:text="@string/screen_audio_content_detail_donation"
android:textColor="@color/color_d2d2d2"
android:textSize="13.3sp" />
</LinearLayout>
</LinearLayout>
</ScrollView>
<RelativeLayout
android:id="@+id/rl_limited_edition"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:background="@drawable/bg_round_corner_5_3_14262d"
android:paddingHorizontal="10.3dp"
android:paddingVertical="8dp"
android:visibility="gone">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_limited_edition"
android:textColor="@color/color_3bb9f1"
android:textSize="13.3sp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:orientation="horizontal"
tools:ignore="RelativeOverlap">
<TextView
android:id="@+id/tv_sold_out_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_2_6_transparent_d2d2d2"
android:fontFamily="@font/pretendard_medium"
android:paddingHorizontal="5.3dp"
android:paddingVertical="3.3dp"
android:text="@string/audio_content_badge_sold_out"
android:textColor="@color/color_d2d2d2"
android:textSize="12sp"
android:visibility="gone" />
<TextView
android:id="@+id/tv_remaining"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_remaining"
android:textColor="@color/color_d2d2d2"
android:textSize="13.3sp" />
<TextView
android:id="@+id/tv_remaining_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="5.3dp"
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/color_3bb9f1"
android:textSize="13.3sp"
tools:text="10" />
<TextView
android:id="@+id/tv_total_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:textColor="@color/color_d2d2d2"
android:textSize="13.3sp"
tools:text=" / 10" />
</LinearLayout>
</RelativeLayout>
<TextView
android:id="@+id/tv_buyer_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_detail_buyer_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
android:visibility="gone" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_buyer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:visibility="gone" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tv_tag"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:textColor="@color/color_3bb9f1"
android:textSize="12sp"
android:visibility="gone"
tools:text="#커버곡 #라이브 #연애 #썸"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_detail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="@font/pretendard_medium"
android:lineSpacingExtra="5dp"
android:maxLines="2"
android:textColor="@color/color_909090"
android:textSize="14sp"
tools:text="작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명 작품설명" />
</LinearLayout>
<RelativeLayout
android:id="@+id/rl_preview_alert"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_5_3_13181b_3bb9f1"
android:padding="13.3dp"
android:visibility="gone">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/screen_audio_content_detail_preview_message"
android:textColor="@color/color_bbbbbb"
android:textSize="12sp"
android:fontFamily="@font/pretendard_medium" />
<ImageView
android:id="@+id/iv_close_preview_alert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:contentDescription="@null"
android:src="@drawable/ic_circle_x_white" />
</RelativeLayout>
</FrameLayout>
<TextView
android:id="@+id/tv_purchase_sold_out"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="18.3dp"
android:background="@drawable/bg_round_corner_5_3_525252"
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:paddingVertical="16dp"
android:text="@string/screen_audio_content_detail_purchase_sold_out"
android:textColor="@color/white"
android:textSize="13.3sp"
android:visibility="gone" />
<RelativeLayout
android:id="@+id/ll_purchase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="18.3dp"
android:background="@drawable/bg_round_corner_5_3_3bb9f1"
android:gravity="center"
android:paddingVertical="16dp"
android:visibility="gone">
<LinearLayout
android:id="@+id/ll_purchase_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center"
android:orientation="horizontal"
android:visibility="gone">
<ImageView
android:id="@+id/iv_can"
android:layout_width="16.7dp"
android:layout_height="16.7dp"
android:contentDescription="@null"
android:src="@drawable/ic_can" />
<TextView
android:id="@+id/tv_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="5.3dp"
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="300" />
<TextView
android:id="@+id/tv_unit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_light"
android:text="@string/screen_audio_content_detail_purchase_unit_can"
android:textColor="@color/white"
android:textSize="12sp" />
<TextView
android:id="@+id/tv_str_purchase_or_rental"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_detail_action_buy"
android:textColor="@color/white"
android:textSize="14.7sp" />
</LinearLayout>
<TextView
android:id="@+id/tv_release_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:textColor="@color/white"
android:textSize="13.3sp"
android:visibility="gone"
tools:text="2024년 10월 20일 15시 30분 오픈" />
</RelativeLayout>
<LinearLayout
android:id="@+id/ll_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:background="@drawable/bg_round_corner_5_3_19ffffff"
android:orientation="vertical"
android:padding="10.3dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:text="@string/screen_audio_content_detail_comment_title"
android:textColor="@color/white"
android:textSize="12sp" />
<TextView
android:id="@+id/tv_comment_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="5.3dp"
android:fontFamily="@font/pretendard_medium"
android:textColor="@color/color_909090"
android:textSize="12sp"
tools:text="1,204" />
</LinearLayout>
<TextView
android:id="@+id/tv_secret"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:button="@null"
android:drawablePadding="8dp"
android:fontFamily="@font/pretendard_medium"
android:gravity="center"
android:text="@string/screen_audio_content_detail_comment_secret"
android:textColor="@color/color_selected_secret"
android:textSize="12.5sp"
android:visibility="gone"
app:drawableStartCompat="@drawable/ic_select_square" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10.3dp"
android:gravity="center_vertical"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables">
<ImageView
android:id="@+id/iv_comment_profile"
android:layout_width="33.3dp"
android:layout_height="33.3dp"
android:contentDescription="@null" />
<RelativeLayout
android:id="@+id/rl_input_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:visibility="gone">
<EditText
android:id="@+id/et_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_10_13181b_3bb9f1"
android:hint="@string/screen_audio_content_detail_comment_hint"
android:importantForAutofill="no"
android:inputType="text|textMultiLine"
android:paddingVertical="13.3dp"
android:paddingStart="13.3dp"
android:paddingEnd="50.7dp"
android:textColor="@color/color_eeeeee"
android:textColorHint="@color/color_777777"
android:textCursorDrawable="@drawable/edit_text_cursor"
android:textSize="13.3sp"
tools:ignore="LabelFor"
android:fontFamily="@font/pretendard_medium" />
<ImageView
android:id="@+id/iv_comment_send"
android:layout_width="33.3dp"
android:layout_height="33.3dp"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginEnd="6dp"
android:contentDescription="@null"
android:src="@drawable/btn_message_send" />
</RelativeLayout>
<TextView
android:id="@+id/tv_comment_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="11dp"
android:ellipsize="end"
android:lineSpacingExtra="8dp"
android:maxLines="1"
android:textColor="@color/color_bbbbbb"
android:textSize="12sp"
android:visibility="gone"
tools:text="너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!!"
android:fontFamily="@font/pretendard_medium" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="26.7dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_detail_creator_other_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_creator_other_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="21.3dp" />
<LinearLayout
android:id="@+id/ll_creator_other_content_preparing"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="21.3dp"
android:background="@drawable/bg_round_corner_4_7_13181b"
android:gravity="center"
android:orientation="vertical"
android:paddingVertical="13.3dp"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/ic_no_item" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:gravity="center"
android:text="@string/screen_audio_content_detail_creator_other_empty"
android:textColor="@color/color_bbbbbb"
android:textSize="10.7sp"
tools:ignore="SmallSp" />
</LinearLayout>
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="6.7dp"
android:layout_marginTop="26.7dp"
android:background="@color/color_232323" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginVertical="26.7dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="@string/screen_audio_content_detail_theme_other_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_theme_other_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="21.3dp" />
<LinearLayout
android:id="@+id/ll_theme_other_content_preparing"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="21.3dp"
android:background="@drawable/bg_round_corner_4_7_13181b"
android:gravity="center"
android:orientation="vertical"
android:paddingVertical="13.3dp"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/ic_no_item" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_medium"
android:gravity="center"
android:text="@string/screen_audio_content_detail_theme_other_empty"
android:textColor="@color/color_bbbbbb"
android:textSize="10.7sp"
tools:ignore="SmallSp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<View
android:id="@+id/alert_19_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/rl_profile"
android:background="@color/color_cc000000"
android:visibility="gone" />
<LinearLayout
android:id="@+id/ll_alert_19"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/rl_profile"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:background="@drawable/bg_round_corner_10_13181b"
android:gravity="center"
android:orientation="vertical"
android:paddingVertical="60dp"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/ic_notice_exclamation_mark" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="21.3dp"
android:text="@string/screen_audio_content_detail_adult_notice"
android:textColor="@color/color_bbbbbb"
android:textSize="18.7sp"
android:fontFamily="@font/pretendard_medium" />
<TextView
android:id="@+id/tv_auth"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="26.7dp"
android:background="@drawable/bg_round_corner_26_7_26ffffff"
android:paddingHorizontal="13.3dp"
android:paddingVertical="8dp"
android:text="@string/auth_title"
android:textColor="@color/white"
android:textSize="18.7sp"
android:fontFamily="@font/pretendard_medium" />
</LinearLayout>
</RelativeLayout>