Skip to content

Commit

Permalink
Merge pull request #9 from JakeWoki/patch-2
Browse files Browse the repository at this point in the history
Update MainActivity.java
  • Loading branch information
armcha committed Oct 11, 2017
2 parents 6a11560 + 348f952 commit 592a5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected void onCreate(Bundle savedInstanceState) {
autoLinkTextView.setCustomModeColor(ContextCompat.getColor(this, R.color.color1));
autoLinkTextView.setMentionModeColor(ContextCompat.getColor(this, R.color.color5));

autoLinkTextView.setAutoLinkText(getString(R.string.long_text));
autoLinkTextView.setText(getString(R.string.long_text));

autoLinkTextView.setAutoLinkOnClickListener(new AutoLinkOnClickListener() {
@Override
Expand Down

0 comments on commit 592a5bb

Please sign in to comment.