mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
25 lines
No EOL
1 KiB
XML
25 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<preference-headers
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<header android:fragment="com.habitrpg.android.habitica.prefs.PrefsActivity$PrefsFragment"
|
|
android:title="@string/PS_param_title"
|
|
android:icon="@drawable/ic_action_computer"
|
|
android:summary="@string/PS_param_summary">
|
|
<extra android:name="pref-resource" android:value="app_prefs_cat1" />
|
|
</header>
|
|
|
|
<header
|
|
android:icon="@drawable/ic_action_twitter"
|
|
android:title="@string/SP_open_twitter"
|
|
android:summary="@string/SP_open_twitter_summary">
|
|
<intent android:action="android.intent.action.VIEW"
|
|
android:data="http://twitter.com/MagicMicky" />
|
|
</header>
|
|
<header
|
|
android:title="@string/SP_licences"
|
|
android:summary="@string/SP_licences_summary">
|
|
<intent android:action="android.intent.action.VIEW"
|
|
android:data="https://dl.dropboxusercontent.com/u/9280157/HabitRPGNotice.html"/>
|
|
</header>
|
|
</preference-headers> |