1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 16:23:09 +02:00

Make link to website clickable

and have it open the website.
This commit is contained in:
Erik Johansson
2018-03-25 00:47:45 +01:00
parent 5d0df3a878
commit 21b02922fb

View File

@@ -12,9 +12,11 @@
android:summary="\u2022 olie.xdev <olie.xdev@googlemail.com>\n\u2022 Erik Johansson <erik@ejohansson.se>"/> android:summary="\u2022 olie.xdev <olie.xdev@googlemail.com>\n\u2022 Erik Johansson <erik@ejohansson.se>"/>
<Preference <Preference
android:persistent="false" android:persistent="false"
android:selectable="false"
android:title="@string/label_website" android:title="@string/label_website"
android:summary="https://github.com/oliexdev/openScale"/> android:summary="https://github.com/oliexdev/openScale">
<intent android:action="android.intent.action.VIEW"
android:data="https://github.com/oliexdev/openScale" />
</Preference>
<Preference <Preference
android:persistent="false" android:persistent="false"
android:selectable="false" android:selectable="false"