复制代码 代码如下:
<?xml version="1.0" enCoding="utf-8"?>
<!-- copyright (C) 2008 The AndroID Open Source Project
licensed under the Apache license,Version 2.0 (the "license");
you may not use this file except in compliance with the license.
You may obtain a copy of the license at
http://www.apache.org/licenses/liCENSE-2.0
Unless required by applicable law or agreed to in writing,software
distributed under the license is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,either express or implIEd.
See the license for the specific language governing permissions and
limitations under the license.
-->
<selector xmlns:androID="http://schemas.androID.com/apk/res/androID">
<item androID:state_enabled="false" androID:color="@color/yellow"/>
<item androID:state_window_focused="false" androID:color="@androID:color/black"/>
<item androID:state_pressed="true" androID:color="@color/yellow"/>
<item androID:state_selected="true" androID:color="@color/yellow"/>
<item androID:color="@androID:color/black"/>
<!-- not selected -->
</selector>
themes.xml
复制代码 代码如下:
<item name="androID:textcolor">@color/primary_text_yellow</item>
您可能感兴趣的文章:Android selector背景选择器的使用详解基于android背景选择器selector的用法汇总浅谈谈Android 图片选择器Android仿微信照片选择器实现预览查看图片Android PickerView滚动选择器的使用方法Android中颜色选择器和改变字体颜色的实例教程Android时间选择器、日期选择器实现代码Android自定义可循环的滚动选择器CycleWheelViewAndroid开发中实现IOS风格底部选择器(支持时间 日期 自定义)Android仿iPhone日期时间选择器详解@H_502_62@ 总结
以上是内存溢出为你收集整理的android 字体颜色选择器(ColorPicker)介绍全部内容,希望文章能够帮你解决android 字体颜色选择器(ColorPicker)介绍所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)