Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FancyButton in LinearLayout problem #81

Open
emrealparslan93 opened this issue Mar 14, 2017 · 1 comment
Open

FancyButton in LinearLayout problem #81

emrealparslan93 opened this issue Mar 14, 2017 · 1 comment
Labels

Comments

@emrealparslan93
Copy link

emrealparslan93 commented Mar 14, 2017

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?

@pishguy
Copy link
Collaborator

pishguy commented Aug 7, 2017

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

@pishguy pishguy added the bug label Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants