라이브 상세
- website, blog, instagram, youtube icon 색상 button 색으로 변경
After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 926 B |
After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 858 B |
|
@ -257,7 +257,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_website_purple" />
|
||||
android:src="@drawable/ic_website_blue" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_manager_blog"
|
||||
|
@ -265,7 +265,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_blog_purple" />
|
||||
android:src="@drawable/ic_blog_blue" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_manager_instagram"
|
||||
|
@ -273,7 +273,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_instagram_purple" />
|
||||
android:src="@drawable/ic_instagram_blue" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_manager_youtube"
|
||||
|
@ -281,7 +281,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_youtube_play_purple" />
|
||||
android:src="@drawable/ic_youtube_play_blue" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
|
|