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,11 +40,17 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<Preference android:title="@string/about">
|
<PreferenceCategory
|
||||||
<intent
|
android:key="pref_key_links"
|
||||||
android:action="android.intent.action.VIEW"
|
android:title="@string/links">
|
||||||
android:targetClass="org.isoron.uhabits.AboutActivity"
|
|
||||||
android:targetPackage="org.isoron.uhabits"/>
|
<Preference android:title="@string/about">
|
||||||
</Preference>
|
<intent
|
||||||
|
android:action="android.intent.action.VIEW"
|
||||||
|
android:targetClass="org.isoron.uhabits.AboutActivity"
|
||||||
|
android:targetPackage="org.isoron.uhabits"/>
|
||||||
|
</Preference>
|
||||||
|
|
||||||
|
</PreferenceCategory>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
Reference in New Issue
Block a user