标签小部件在 android 4.0 中始终使用大写字母

Tab widget have always in capital alphabets in android 4.0(标签小部件在 android 4.0 中始终使用大写字母)
本文介绍了标签小部件在 android 4.0 中始终使用大写字母的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Android 4.0 中,我放置了带有两个小部件的标签栏.在代码中我用小字母(新)编写,但在应用程序中它应该始终显示(新)如何在 android 4.0 的选项卡上写小字母

In Android 4.0 i put tab bar with two widget. in code i write in small alphabates(new) but in application it should always display (NEW) How to write small alphabates on tab in android 4.0

推荐答案

Android 4.0 中选项卡视图的默认主题(Holo 主题)将 android:textAllCaps 设置为 true.您可以创建自己的主题,然后将其应用于清单中的操作栏以覆盖此行为.有关设置 ActionBar 样式和创建自己的样式的更多信息,请参阅:

The default theme for tab views in Android 4.0 (the Holo theme) has android:textAllCaps set to true. You can create your own theme and then apply it to the action bar in your manifest to override this behavior. For more information on styling the ActionBar and creating your own styles, see:

http://developer.android.com/guide/topics/ui/主题.html和http://android-developers.blogspot.com/2011/04/customizing-action-bar.html

这篇关于标签小部件在 android 4.0 中始终使用大写字母的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How can create a producer using Spring Cloud Kafka Stream 3.1(如何使用Spring Cloud Kafka Stream 3.1创建制片人)
Insert a position in a linked list Java(在链接列表中插入位置Java)
Did I write this constructor properly?(我是否正确地编写了这个构造函数?)
Head value set to null but tail value still gets displayed(Head值设置为空,但仍显示Tail值)
printing nodes from a singly-linked list(打印单链接列表中的节点)
Control namespace prefixes in web services?(控制Web服务中的命名空间前缀?)