mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-22 00:06:48 +02:00
Make link to website clickable
and have it open the website.
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
android:summary="\u2022 olie.xdev <olie.xdev@googlemail.com>\n\u2022 Erik Johansson <erik@ejohansson.se>"/>
|
||||
<Preference
|
||||
android:persistent="false"
|
||||
android:selectable="false"
|
||||
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
|
||||
android:persistent="false"
|
||||
android:selectable="false"
|
||||
|
Reference in New Issue
Block a user