【发布时间】:2012-07-31 08:09:41
【问题描述】:
我正在使用 Sherlock 操作栏版本 4.1.0 (2012-05-17)。 如何更改此屏幕截图中文本颜色的颜色?在实际设备上它几乎不可读
我有这个主题
<style name="MyTheme" parent="@style/Theme.Sherlock.Light">
<item name="android:textSize">20dp</item>
</style>
这在 AndroidManifest.xml 中
<application
android:name="abc.MyApp"
android:icon="@drawable/ic_launcher"
android:logo="@drawable/logo"
android:label="@string/app_name"
android:theme="@style/MyTheme"
>
【问题讨论】: