|
@@ -80,6 +80,13 @@ public class ParticipateActivity extends FileActivity {
|
|
|
getString(R.string.help_link)
|
|
|
)));
|
|
|
|
|
|
+ TextView contributeTranslationView = (TextView) findViewById(R.id.participate_contribute_translate_text);
|
|
|
+ contributeTranslationView.setMovementMethod(LinkMovementMethod.getInstance());
|
|
|
+ contributeTranslationView.setText(Html.fromHtml(
|
|
|
+ getString(R.string.participate_contribute_translate_text,
|
|
|
+ getString(R.string.translation_link)
|
|
|
+ )));
|
|
|
+
|
|
|
TextView contributeGithubView = (TextView) findViewById(R.id.participate_contribute_github_text);
|
|
|
contributeGithubView.setMovementMethod(LinkMovementMethod.getInstance());
|
|
|
contributeGithubView.setText(Html.fromHtml(getString(R.string.participate_contribute_github_text)));
|