阅读更多 原文地址:
https://stackoverflow.com/a/29536902
https://stackoverflow.com/a/27754099

[your_layout.xml]
    style="@style/MyToolbarStyle"    android:layout_width="match_parent"    android:layout_height="wrap_content">

Styles / Themes in styles.xml

Result

Note: I made the checkbox purple for demo purpose

-----------------------------------------------------------
Change arrow color of Spinner

1) In styles.xml, add the following style:

2) In the layout, where you use the Spinner (in your case with Toolbar), add the style to your spinner:

更多相关文章

  1. Android(安卓)WebRTC使用解析
  2. android sdk 下载缓慢的问题
  3. 设置 Toolbar(ActionBar) 上的按钮颜色
  4. android 6.0及以下获取wifi mac地址
  5. Porting Android(安卓)to S3C6410
  6. Android下如何获取Mac地址
  7. 取WiFi MAC地址
  8. 为usb网卡设置ip地址之一
  9. android_m2repository_rxx.zip下载地址以及MD5

随机推荐

  1. RelativeLayout布局属性
  2. Android(安卓)Step by Step (1)——第一
  3. Android开发中 ListView 不能不说的几个
  4. Windows如何配置Android的ADB环境变量
  5. Android(安卓)studio中相对布局组件排列
  6. Android(安卓)onActivityResult()不执行
  7. Android中设置动画循环旋转的方法
  8. android私有目录直接读取
  9. [Android] 问题记录 - Android(安卓)支持
  10. Activity的四种启动模式和onNewIntent()