You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Java Code:
submitButton = (FancyButton) findViewById(R.id.submit_button); submitButton.setText(context.getString(R.string.submit));
XML:
But If I add a text within XML, It works properly:
XML:
Is it my fault or some bug that inside library?
The text was updated successfully, but these errors were encountered: