Fancybuttons icon indicating copy to clipboard operation
Fancybuttons copied to clipboard

FancyButton in LinearLayout problem

Open emrealparslan93 opened this issue 7 years ago • 1 comments

Hello, I want to inform an issue that I face in LinearLayout with orientation 'vertical'. If I set width MATCH_PARENT and set text programmatically, this happens:

bug1

Java Code: submitButton = (FancyButton) findViewById(R.id.submit_button); submitButton.setText(context.getString(R.string.submit)); XML: bug2

But If I add a text within XML, It works properly: bug3

XML: bug4

Is it my fault or some bug that inside library?

emrealparslan93 avatar Mar 14 '17 14:03 emrealparslan93

@emrealparslan93 it seems that's a bug inside library, please let us to check and resolve that

pishguy avatar Aug 07 '17 04:08 pishguy