android tab 选中变色,Android 底部导航栏的Tab选中不变色?

本文探讨了在Android应用中自定义TabBar组件的问题,主要关注切换Fragment时Tab选中状态未变色的现象。代码展示了主界面布局和自定义组合控件的XML结构,同时提及了文字颜色和图片选中效果的设置。开发者还表达了实现冒泡功能的意向。
摘要由CSDN通过智能技术生成

bVr7vJ

bVr7vO

可以看到切换不同的Fragment的时候,下面木有选中变色。

这是主界面代码,我自定义了组合控件:

xmlns:local="http://schemas.android.com/apk/res/com.mh.wxhelper"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical" >

android:id="@+id/fl_main_real_content"

android:layout_width="match_parent"

android:layout_height="0dp"

android:layout_weight="1" />

android:layout_width="match_parent"

android:layout_height="1dp"

android:background="@color/divider_color" />

android:id="@+id/ll_main_tab_container"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:background="@color/gray_bg"

android:orientation="horizontal" >

android:id="@+id/ttv_main_associatorQuery"

local:ttv_image="@drawable/community_tab_item_bg"

local:ttv_text="@string/associator_query"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1" >

android:id="@+id/ttv_main_activtiy"

local:ttv_image="@drawable/community_tab_item_bg"

local:ttv_text="@string/activity"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1" >

android:id="@+id/ttv_main_community"

local:ttv_image="@drawable/community_tab_item_bg"

local:ttv_text="@string/community"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1" >

android:id="@+id/ttv_main_me"

local:ttv_image="@drawable/me_tab_item_bg"

local:ttv_text="@string/me"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1" >

这是自定义组合控件的布局文件:

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:gravity="center"

android:orientation="vertical"

android:paddingBottom="@dimen/tab_bar_item_top_bottom_padding"

android:paddingTop="@dimen/tab_bar_item_top_bottom_padding" >

android:id="@+id/iv_tab_item_icon"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:contentDescription="@string/app_name" >

android:id="@+id/tv_tab_item_text"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@drawable/tab_bar_item_text_color"

android:textSize="@dimen/tab_bar_text_size" >

文字颜色tab_bar_item_text_color:

image也是选中变色的:

community_tab_item_bg.xml:

是LinearLayout的缘故吗?我还想做冒泡功能。。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值