老师为什么点击RadioButton的字体颜色不改变??下面Tab的可以?

老师为什么点击RadioButton的字体颜色不改变??下面Tab的可以?

 http://img1.sycdn.imooc.com//climg/5e97dad00931308c03910430.jpg

<RadioGroup
           android:layout_width="match_parent"
           android:layout_weight="1"
           android:orientation="horizontal"
           android:gravity="center_vertical"
           android:layout_height="0dp">
           <RadioButton
               android:id="@+id/loction"
               android:background="@drawable/shop_text_color"
               android:padding="20dp"
               android:textColor="@drawable/textcolor"
               android:text="本地商家"
               android:button="@null"
               android:layout_weight="1"
               android:gravity="center_vertical"
               android:textSize="20sp"
               android:layout_width="wrap_content"
               android:layout_height="wrap_content"/>
       <RadioButton
           android:id="@+id/outshop"
           android:padding="20dp"
           android:textColor="@drawable/textcolor"
           android:text="外地商家"
           android:background="@drawable/shop_text_color"
           android:button="@null"
           android:gravity="center_vertical"
           android:textSize="20sp"
           android:layout_width="wrap_content"
android:layout_weight="1"
           android:layout_height="wrap_content"/>
       <RadioButton
           android:id="@+id/shop_default"
           android:padding="20dp"
           android:textColor="@drawable/textcolor"
           android:text="默认 排序"
           android:background="@drawable/shop_text_color"
           android:button="@null"
           android:gravity="center_vertical"
           android:textSize="20sp"
           android:layout_width="wrap_content"
android:layout_weight="1"
           android:layout_height="wrap_content"/>
       </RadioGroup>

 <RadioGroup
           android:layout_width="match_parent"
           android:layout_weight="1"
           android:orientation="horizontal"
           android:gravity="center_vertical"
           android:layout_height="0dp">
           <RadioButton
               android:id="@+id/loction"
               android:background="@drawable/shop_text_color"
               android:padding="20dp"
               android:textColor="@drawable/textcolor"
               android:text="本地商家"
               android:button="@null"
               android:layout_weight="1"
               android:gravity="center_vertical"
               android:textSize="20sp"
               android:layout_width="wrap_content"
               android:layout_height="wrap_content"/>
       <RadioButton
           android:id="@+id/outshop"
           android:padding="20dp"
           android:textColor="@drawable/textcolor"
           android:text="外地商家"
           android:background="@drawable/shop_text_color"
           android:button="@null"
           android:gravity="center_vertical"
           android:textSize="20sp"
           android:layout_width="wrap_content"
android:layout_weight="1"
           android:layout_height="wrap_content"/>
       <RadioButton
           android:id="@+id/shop_default"
           android:padding="20dp"
           android:textColor="@drawable/textcolor"
           android:text="默认 排序"
           android:background="@drawable/shop_text_color"
           android:button="@null"
           android:gravity="center_vertical"
           android:textSize="20sp"
           android:layout_width="wrap_content"
android:layout_weight="1"
           android:layout_height="wrap_content"/>
       </RadioGroup>

http://img1.sycdn.imooc.com//climg/5e97db1709a21df403920214.jpg

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="#FF9800" android:state_checked="true">

</item>

<item android:color="#000000" ></item>
</selector>

http://img1.sycdn.imooc.com//climg/5e97dac2099a971608510306.jpg

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
好帮手慕雪 2020-04-16 12:33:26

你是说一模一样的文件引用在两个地方,上面的商家没有变化,而下面的Tab可以有变化吗?如果不是,请详细描述清楚

  • 提问者 慕雪2495638 #1
    是的,同一个颜色配置文件的引用,上面的没变化,下面的行
    2020-04-16 12:35:20
  • 好帮手慕雪 回复 提问者 慕雪2495638 #2
    你跟一下java代码一样吗?你点击这一个,剩下两个的设置。是不是也一样呢
    2020-04-16 13:32:06
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师