我有一个 getRange()
和android.support.design.widget.FloatingActionButton
和app:backgroundTint="#3399ff"
。
我使用android:backgroundTint="@color/white"
要更改DrawableCompat.setTintList(DrawableCompat.wrap(floatingActionButton.getContentBackground()), androidBackgroundTintColor);
,但我还没有弄清楚如何更改android:backgroundTint="@color/white"
...
您是否会知道?
请注意其 app:backgroundTint 而不是 android:backgroundTint 。
app:backgroundTint="#3399ff"
答案 0 :(得分:0)
使用此:
fab.setBackgroundTintList(ContextCompat.getColorStateList(getApplicationContext(), R.color.purple_200));