feat: 하단 탭 아이콘 변경

This commit is contained in:
2025-07-07 20:23:23 +09:00
parent ba7b681e48
commit f1958995f6
17 changed files with 22 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/color_bbbbbb" android:state_selected="false" />
<item android:color="@color/color_eeeeee" android:state_selected="false" />
<item android:color="@color/color_3bb9f1" android:state_selected="true" />
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_home" android:state_selected="false" />
<item android:drawable="@drawable/ic_home_selected" android:state_selected="true" />
</selector>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_tabbar_live_normal" android:state_selected="false" />
<item android:drawable="@drawable/ic_tabbar_live_selected" android:state_selected="true" />
<item android:drawable="@drawable/ic_live" android:state_selected="false" />
<item android:drawable="@drawable/ic_live_selected" android:state_selected="true" />
</selector>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_tabbar_my_normal" android:state_selected="false" />
<item android:drawable="@drawable/ic_tabbar_my_selected" android:state_selected="true" />
<item android:drawable="@drawable/ic_my" android:state_selected="false" />
<item android:drawable="@drawable/ic_my_selected" android:state_selected="true" />
</selector>

View File

@@ -163,7 +163,7 @@
app:labelVisibilityMode="labeled">
<include
android:id="@+id/tab_content"
android:id="@+id/tab_home"
layout="@layout/item_main_tab"
android:layout_width="0dp"
android:layout_height="wrap_content"
@@ -176,13 +176,6 @@
android:layout_height="wrap_content"
android:layout_weight="1" />
<include
android:id="@+id/tab_audition"
layout="@layout/item_main_tab"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<include
android:id="@+id/tab_my"
layout="@layout/item_main_tab"