Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發實例 >> Android的選擇及文字顏色

Android的選擇及文字顏色

編輯:Android開發實例

我希望有一個簡單的TextView的ListView中的行為方式simple_list_item_1一樣。這裡的XML:

<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

選擇答案是在這裡。和源中搜索bright_text_dark_focused.xml中,添加到您的項目目錄下水庫/顏色,然後參考從TextView的是Android:文本顏色=“@色/ bright_text_dark_focused”。

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved