-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathabout_preference.xml
More file actions
38 lines (38 loc) · 1.38 KB
/
about_preference.xml
File metadata and controls
38 lines (38 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<Preference
android:icon="@drawable/ic_link"
android:key="alternatives"
android:summary="@string/alternatives_desc"
android:title="@string/alternatives" />
<Preference
android:icon="@drawable/ic_website"
android:key="website"
android:summary="@string/website_desc"
android:title="@string/website" />
<Preference
android:icon="@drawable/ic_mastodon"
android:key="mastodon"
android:summary="@string/mastodon_desc"
android:title="@string/mastodon" />
<Preference
android:icon="@drawable/ic_email"
android:key="email"
android:summary="@string/email_desc"
android:title="@string/email" />
<Preference
android:icon="@drawable/ic_request"
android:key="analyze"
android:summary="@string/analyze_desc"
android:title="@string/submit_app" />
<Preference
android:icon="@drawable/ic_spy"
android:key="privPolicy"
android:summary="@string/privPolicy_desc"
android:title="@string/privPolicy" />
<Preference
android:icon="@drawable/ic_source"
android:key="srcCode"
android:summary="@string/srcCode_desc"
android:title="@string/srcCode" />
</PreferenceScreen>