我想要一個簡單的TextView
表現在ListView
這樣做的方式。這裏的XML:Android選擇器和文字顏色
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:gravity="center" android:focusable="true"
android:minHeight="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@android:drawable/list_selector_background" />
一切正常,除了文本顏色(果然)不集中的狀態發生改變。我如何將其更改爲textAppearanceLargeInverse
?
如果有人正在尋找xml文件,它在這裏: http://developer.android.com/resources/samples/Home/res/color/bright_text_dark_focused.html – swinefeaster 2010-08-12 22:29:53