We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0b325 commit f09aff4Copy full SHA for f09aff4
1 file changed
app/src/main/java/at/blogc/android/activities/MainActivity.java
@@ -57,8 +57,8 @@ protected void onCreate(final Bundle savedInstanceState)
57
@Override
58
public void onClick(final View v)
59
{
60
+ buttonToggle.setText(expandableTextView.isExpanded() ? R.string.expand : R.string.collapse);
61
expandableTextView.toggle();
- buttonToggle.setText(expandableTextView.isExpanded() ? R.string.collapse : R.string.expand);
62
}
63
});
64
0 commit comments