콘텐츠 상세 - 대여만 가능한 콘텐츠의 경우 소장 버튼이 보이지 않고 가격의 100%가 보이도록 수정

This commit is contained in:
2023-10-20 23:13:16 +09:00
parent 26c9a236ec
commit 83575aa1eb
8 changed files with 45 additions and 15 deletions

View File

@@ -430,6 +430,7 @@
android:textSize="12sp" />
<TextView
android:id="@+id/tv_str_purchase_or_rental"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"

View File

@@ -28,7 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_light"
android:text="(이용기간 7일)"
android:text="(이용기간 15일)"
android:textColor="@color/white"
android:textSize="12sp" />
</LinearLayout>
@@ -64,9 +64,11 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/rl_keep"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="26.7dp">
android:layout_marginTop="26.7dp"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"