У меня есть android.support.design.widget.FloatingActionButton
с app:backgroundTint="#3399ff"
и android:backgroundTint="@color/white"
.
Я использую DrawableCompat.setTintList(DrawableCompat.wrap(floatingActionButton.getContentBackground()), androidBackgroundTintColor);
, чтобы изменить android:backgroundTint="@color/white"
, но у меня нетt выяснил, как изменить app:backgroundTint="#3399ff"
...
Вы случайно не знаете?
Обратите внимание, что приложение: backgroundTint , а не android: backgroundTint .
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"