如何更改Android Studio中Platte工具栏中的图标颜色??? my default color is black
我爱蓝色和其他人,但我没有。 在android studio v3.0.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" />