라이브 상세

- website, blog, instagram, youtube icon 색상 button 색으로 변경
This commit is contained in:
klaus 2024-11-21 00:43:24 +09:00
parent 1885482055
commit 8d67571319
9 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

View File

@ -257,7 +257,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:contentDescription="@null" android:contentDescription="@null"
android:src="@drawable/ic_website_purple" /> android:src="@drawable/ic_website_blue" />
<ImageView <ImageView
android:id="@+id/iv_manager_blog" android:id="@+id/iv_manager_blog"
@ -265,7 +265,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="10dp" android:layout_marginStart="10dp"
android:contentDescription="@null" android:contentDescription="@null"
android:src="@drawable/ic_blog_purple" /> android:src="@drawable/ic_blog_blue" />
<ImageView <ImageView
android:id="@+id/iv_manager_instagram" android:id="@+id/iv_manager_instagram"
@ -273,7 +273,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="10dp" android:layout_marginStart="10dp"
android:contentDescription="@null" android:contentDescription="@null"
android:src="@drawable/ic_instagram_purple" /> android:src="@drawable/ic_instagram_blue" />
<ImageView <ImageView
android:id="@+id/iv_manager_youtube" android:id="@+id/iv_manager_youtube"
@ -281,7 +281,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="10dp" android:layout_marginStart="10dp"
android:contentDescription="@null" android:contentDescription="@null"
android:src="@drawable/ic_youtube_play_purple" /> android:src="@drawable/ic_youtube_play_blue" />
</LinearLayout> </LinearLayout>
<TextView <TextView