무료 충전 제거
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user