mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Put about under link category on settings screen
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user