콘텐츠 메인 숏플, 라이브 다시 듣기 버튼 수정
- 부가 설명 제거 - 버튼 배경 이미지로 변경 - 글자 크기 14.7 -> 16.7로 변경 - 아이콘 큰 사이즈로 변경
This commit is contained in:
parent
b81576bdaf
commit
f4180eec14
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<solid android:color="@color/color_ecf9ff" />
|
|
||||||
<corners android:radius="2.6dp" />
|
|
||||||
<stroke
|
|
||||||
android:width="1dp"
|
|
||||||
android:color="@color/color_ecf9ff" />
|
|
||||||
</shape>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<solid android:color="@color/color_ffecf7" />
|
|
||||||
<corners android:radius="2.6dp" />
|
|
||||||
<stroke
|
|
||||||
android:width="1dp"
|
|
||||||
android:color="@color/color_ffecf7" />
|
|
||||||
</shape>
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
|
@ -59,18 +58,17 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="40dp"
|
android:layout_marginBottom="40dp"
|
||||||
android:paddingHorizontal="13.3dp"
|
android:orientation="horizontal"
|
||||||
android:orientation="horizontal">
|
android:paddingHorizontal="13.3dp">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_short_play"
|
android:id="@+id/ll_short_play"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="@drawable/bg_round_corner_2_6_ffecf7"
|
android:background="@drawable/img_bg_short_play"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical">
|
||||||
android:paddingVertical="10dp">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -79,30 +77,19 @@
|
||||||
android:fontFamily="@font/gmarket_sans_bold"
|
android:fontFamily="@font/gmarket_sans_bold"
|
||||||
android:text="숏플"
|
android:text="숏플"
|
||||||
android:textColor="@color/color_dd158d"
|
android:textColor="@color/color_dd158d"
|
||||||
android:textSize="14.7sp"
|
android:textSize="16.7sp"
|
||||||
app:drawableStartCompat="@drawable/ic_short_play" />
|
app:drawableStartCompat="@drawable/ic_short_play" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="2.7dp"
|
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
|
||||||
android:text="짧지만 꼴릿한 이야기"
|
|
||||||
android:textColor="@color/color_dd158d"
|
|
||||||
android:textSize="10sp"
|
|
||||||
tools:ignore="SmallSp" />
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_review_live"
|
android:id="@+id/ll_review_live"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
|
||||||
android:background="@drawable/bg_round_corner_2_6_ecf9ff"
|
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:background="@drawable/img_bg_review_live"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical">
|
||||||
android:paddingVertical="10dp">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -111,18 +98,8 @@
|
||||||
android:fontFamily="@font/gmarket_sans_bold"
|
android:fontFamily="@font/gmarket_sans_bold"
|
||||||
android:text="라이브 다시듣기"
|
android:text="라이브 다시듣기"
|
||||||
android:textColor="@color/color_0057ff"
|
android:textColor="@color/color_0057ff"
|
||||||
android:textSize="14.7sp"
|
android:textSize="16.7sp"
|
||||||
app:drawableStartCompat="@drawable/ic_thumb_play_blue" />
|
app:drawableStartCompat="@drawable/ic_thumb_play_blue" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="2.7dp"
|
|
||||||
android:fontFamily="@font/gmarket_sans_light"
|
|
||||||
android:text="놓쳤던 라이브 다시 듣기"
|
|
||||||
android:textColor="@color/color_0057ff"
|
|
||||||
android:textSize="10sp"
|
|
||||||
tools:ignore="SmallSp" />
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue