android set fabfloating action button icon

www.lau‮rutt‬i.com
android set fabfloating action button icon
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
    floatingActionButton.setImageDrawable(getResources().getDrawable(R.drawable.ic_full_sad, context.getTheme()));
} else {
    floatingActionButton.setImageDrawable(getResources().getDrawable(R.drawable.ic_full_sad));
}
Created Time:2017-10-08 21:29:10  Author:lautturi