try using explicit link
This commit is contained in:
parent
393809bdc5
commit
a7ebe5b067
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
<string name="versionFeatures">+play_market +gps_status -parking_plugin -blackberry -free_version -amazon</string>
|
<string name="versionFeatures">+play_market +gps_status -parking_plugin -blackberry -free_version -amazon</string>
|
||||||
<string name="next_tips_and_tricks_not_translate"></string>
|
<string name="next_tips_and_tricks_not_translate"></string>
|
||||||
<string name="openstreetmap_copyright"><a href="http://www.openstreetmap.org/copyright">© OpenStreetMap</a></string>
|
<string name="openstreetmap_copyright"><a href="http://www.openstreetmap.org/copyright">© OpenStreetMap</a></string>
|
||||||
<string name="about_content">Data is powered by OpenStreetMap ODbL, <a href="http://www.openstreetmap.org/copyright">© OpenStreetMap</a>
|
<string name="about_content">Data is powered by OpenStreetMap ODbL, © <a href="http://www.openstreetmap.org/copyright">http://www.openstreetmap.org/copyright</a>
|
||||||
|
|
||||||
\n\nAll rights belong to OsmAnd app.
|
\n\nAll rights belong to OsmAnd app.
|
||||||
|
|
||||||
|
|
|
@ -221,7 +221,6 @@ public class DashboardActivity extends BaseDownloadActivity {
|
||||||
|
|
||||||
}, st, st + version.length(), 0);
|
}, st, st + version.length(), 0);
|
||||||
tv.setText(content);
|
tv.setText(content);
|
||||||
tv.setMovementMethod(LinkMovementMethod.getInstance());
|
|
||||||
} else {
|
} else {
|
||||||
tv.setText(vt + version +"\n\n" +
|
tv.setText(vt + version +"\n\n" +
|
||||||
activity.getString(R.string.about_content));
|
activity.getString(R.string.about_content));
|
||||||
|
|
Loading…
Reference in a new issue