android-circlebutton icon indicating copy to clipboard operation
android-circlebutton copied to clipboard

add text, textSize, textColor attr support and subclass from ImageButton

Open donpark opened this issue 10 years ago • 2 comments

I needed to build a PIN pad with circular buttons so added text support.

donpark avatar Sep 21 '14 23:09 donpark

+1

Wolftein avatar Oct 16 '14 21:10 Wolftein

Hi, How to invoke manually SetText in my activity?

Edit: Ok, I worked it out. If someone needed it must call: CircleButton c = (CircleButton) rootView.findViewById(R.id.cc); c.setText(params);

testkonto0 avatar Oct 31 '14 12:10 testkonto0