Tab widget have always in capital alphabets in 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 中始终使用大写字母的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:标签小部件在 android 4.0 中始终使用大写字母


- Eclipse 插件更新错误日志在哪里? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01