무료 충전 제거

This commit is contained in:
2023-11-21 00:23:40 +09:00
parent 74c56c2061
commit 720df22df5
8 changed files with 18 additions and 84 deletions

View File

@@ -173,21 +173,6 @@
android:background="@drawable/bg_top_round_corner_16_7_222222"
android:paddingHorizontal="13.3dp">
<TextView
android:id="@+id/tv_free_charge_can"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_10_b1ef2c"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:paddingVertical="16dp"
android:text="무료충전"
android:textColor="@color/black"
android:textSize="18.3sp" />
<FrameLayout
android:id="@+id/fl_charge_can"
android:layout_width="0dp"

View File

@@ -19,31 +19,16 @@
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="26.7dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="콘텐츠 마켓"
android:textColor="@color/color_9970ff"
android:textSize="21.3sp" />
<ImageView
android:id="@+id/iv_can_free"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginHorizontal="13.3dp"
android:contentDescription="@null"
android:src="@drawable/ic_ads_can" />
</RelativeLayout>
android:layout_marginHorizontal="13.3dp"
android:layout_marginStart="13.3dp"
android:layout_marginBottom="26.7dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="콘텐츠 마켓"
android:textColor="@color/color_9970ff"
android:textSize="21.3sp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_new_content_creator"