feat(creator): 원본 태그 이미지를 적용한다
This commit is contained in:
@@ -37,17 +37,14 @@
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_series_original" />
|
||||
|
||||
<TextView
|
||||
<ImageView
|
||||
android:id="@+id/tv_series_original_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="18dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:fontFamily="@font/phosphate_solid"
|
||||
android:text="Only"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="16sp"
|
||||
tools:ignore="HardcodedText" />
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/img_new_only" />
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
</kr.co.vividnext.sodalive.v2.creator.channel.ui.CreatorChannelHomeSeriesCardView>
|
||||
|
||||
Reference in New Issue
Block a user