android-flat-button icon indicating copy to clipboard operation
android-flat-button copied to clipboard

Not working state for button

Open bytewired opened this issue 9 years ago • 1 comments

Not working setPressed(true) method for button:

final FButton likeButton = (FButton) v.findViewById(R.id.like_post_button); likeButton.setOnClickListener(new FButton.OnClickListener() { @Override public void onClick(View v) { likeButton.setPressed(true); } });

bytewired avatar Feb 13 '15 22:02 bytewired

same issue.

ichiwa avatar Sep 15 '15 05:09 ichiwa