如何更改Android Studio中Platte工具栏中的图标颜色

时间:2018-04-27 00:48:09

标签: android android-studio user-interface themes

如何更改Android Studio中Platte工具栏中的图标颜色??? my default color is black

我爱蓝色和其他人,但我没有。 在android studio v3.0.1中默认颜色是蓝色!!!

1 个答案:

答案 0 :(得分:0)

如果您使用的是Imageview而不是它具有色调属性

<ImageView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@android:drawable/btn_star"
        android:tint="@color/colorAccent" />