|
|
@ -40,6 +40,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
|
|
|
android:key="pref_key_links"
|
|
|
|
|
|
|
|
android:title="@string/links">
|
|
|
|
|
|
|
|
|
|
|
|
<Preference android:title="@string/about">
|
|
|
|
<Preference android:title="@string/about">
|
|
|
|
<intent
|
|
|
|
<intent
|
|
|
|
android:action="android.intent.action.VIEW"
|
|
|
|
android:action="android.intent.action.VIEW"
|
|
|
@ -47,4 +51,6 @@
|
|
|
|
android:targetPackage="org.isoron.uhabits"/>
|
|
|
|
android:targetPackage="org.isoron.uhabits"/>
|
|
|
|
</Preference>
|
|
|
|
</Preference>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|