Android 5.0以上系統(tǒng)常用控件著色指南

當我們新建一個Android工程時,Android studio會默認的給我們生成一個AppTheme,內(nèi)容如下

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>

</resources>

colorPrimary,colorPrimaryDark,colorAccent大家應(yīng)該都已經(jīng)非常熟悉了,分別控制如下界面中的顏色

下面我們要說的是其他一些和顏色相關(guān)的屬性,這些屬性可能你平時并不常用,但合理運用它們不僅可以使你的界面更加絢麗而且可以達到事半功倍的效果。(再次聲明以下屬性適用于5.0及其以上系統(tǒng))

colorControlHighlight
colorControlHighlight用于控制所有可點擊的View的漣漪效果顏色,以button舉例來說
普通狀態(tài)下的button


現(xiàn)在我們在AppTheme中添加下面這條屬性

<item name="colorControlHighlight">@color/colorAccent</item>


colorButtonNormal
用于控制normal狀態(tài)下button的顏色(注意和button的background屬性的區(qū)別,設(shè)置colorButtonNormal后button依舊會具有漣漪效果,而設(shè)置background就沒有漣漪效果了)
設(shè)置colorButtonNormal后button的normal狀態(tài)如下

android:navigationBarColor
控制底部導(dǎo)航欄的背景色(注意前邊必須有android:),例如:

下面說一下常用控件的顏色屬性

EditText

  • unfocused —— colorControlNormal
  • focus —— colorAccent
  • cursor —— colorAccent
  • text color —— android:textColorPrimary

RadioButton

  • unselected —— colorControlNormal
  • selected —— colorAccent

CheckBox

  • box unchecked —— colorControlNormal
  • box checked —— colorAccent

**Toolbar **

  • background —— 布局文件中設(shè)置android:background="?attr/colorPrimary
  • overflow icon —— android:textColorPrimary
  • navigation icon —— android:textColorPrimary
  • action icons —— android:textColorPrimary
  • overflow menu background —— android:colorBackground
  • overflow text color —— android:textColorPrimary

ActionBar

  • background —— colorPrimary
  • title color —— android:textColorPrimary
  • overflow icon —— android:textColorPrimary
  • up button —— android:textColorPrimary
  • action icons —— android:textColorPrimary
  • overflow menu background —— android:colorBackground
  • overflow text color —— android:textColorPrimary

Spinner

  • indicator (not pressed) —— colorControlNormal
  • indicator (pressed) —— colorAccent
  • selected entry text color —— "android:textColorPrimary

SwitchCompat

  • thumb switch off —— colorSwitchThumbNormal
  • thumb switch on —— colorAccent
  • track overlay —— colorAccent"
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • Android 自定義View的各種姿勢1 Activity的顯示之ViewRootImpl詳解 Activity...
    passiontim閱讀 179,094評論 25 709
  • ¥開啟¥ 【iAPP實現(xiàn)進入界面執(zhí)行逐一顯】 〖2017-08-25 15:22:14〗 《//首先開一個線程,因...
    小菜c閱讀 7,351評論 0 17
  • 見信安好: 現(xiàn)在是2014年9月27凌晨0:47 ,我寫下這封信,給十年后的你,讓你了解十年前的自己是什么...
    Elena閱讀 673評論 3 5
  • 生命是有磁場的,只是這個磁場只有光亮與黑暗兩個極。每個人都是這個磁場中的一塊小磁鐵。 人們都說人生就像多米諾骨牌,...
    喬祎閱讀 483評論 7 3
  • 畢設(shè)選題前,我很擔(dān)心,對工作考托福和畢設(shè)上的時間安排很惆悵。 他很霸氣的說:不要怕,我還是能幫你一點的。 我說:有...
    zzxxcc_zzxxcc閱讀 209評論 0 0

友情鏈接更多精彩內(nèi)容