About menu is a bit prettier

pull/14/head
Joshua Gross 15 years ago
parent 3820f53e94
commit 042f393c8f

@ -38,8 +38,9 @@ class About {
final AlertDialog.Builder d = new AlertDialog.Builder(activity);
final TextView t = new TextView(activity);
t.setText((new Formatter()).format(r.getString(R.string.p_about_text), versionName).toString());
Linkify.addLinks(t, Linkify.ALL);
t.setAutoLinkMask(Linkify.ALL);
d.setView(t);
d.setTitle(r.getString(R.string.p_about));
d.show();
}

Loading…
Cancel
Save