mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Adjust support item order
This commit is contained in:
@@ -1,15 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
|
||||||
<Preference
|
|
||||||
android:icon="@drawable/ic_github_onsurface"
|
|
||||||
android:summary="@string/issue_tracker_description"
|
|
||||||
android:title="@string/issue_tracker_label">
|
|
||||||
<intent
|
|
||||||
android:action="android.intent.action.VIEW"
|
|
||||||
android:data="https://github.com/d4rken-org/capod/issues" />
|
|
||||||
</Preference>
|
|
||||||
<Preference
|
<Preference
|
||||||
android:icon="@drawable/ic_discord_onsurface"
|
android:icon="@drawable/ic_discord_onsurface"
|
||||||
android:summary="@string/discord_description"
|
android:summary="@string/discord_description"
|
||||||
@@ -18,6 +9,14 @@
|
|||||||
android:action="android.intent.action.VIEW"
|
android:action="android.intent.action.VIEW"
|
||||||
android:data="https://discord.gg/rrxxng35jq" />
|
android:data="https://discord.gg/rrxxng35jq" />
|
||||||
</Preference>
|
</Preference>
|
||||||
|
<Preference
|
||||||
|
android:icon="@drawable/ic_github_onsurface"
|
||||||
|
android:summary="@string/issue_tracker_description"
|
||||||
|
android:title="@string/issue_tracker_label">
|
||||||
|
<intent
|
||||||
|
android:action="android.intent.action.VIEW"
|
||||||
|
android:data="https://github.com/d4rken-org/capod/issues" />
|
||||||
|
</Preference>
|
||||||
<Preference
|
<Preference
|
||||||
android:icon="@drawable/ic_email_onsurface"
|
android:icon="@drawable/ic_email_onsurface"
|
||||||
android:key="support.email.darken"
|
android:key="support.email.darken"
|
||||||
|
|||||||
Reference in New Issue
Block a user