Put about under link category on settings screen
This commit is contained in:
parent
d326be1224
commit
5e4a40579a
@ -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>
|
||||||
Loading…
Reference in New Issue
Block a user