OSDN Git Service

2a8aa463d09576ab126eccc8837ea1742cf9f6ac
[gokigen/FujiCam.git] / app / src / main / res / xml / preferences_fuji_x.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3     <PreferenceCategory
4         android:title="@string/pref_cat_application_control">
5
6         <PreferenceScreen
7             android:key="exit_application"
8             android:icon="@drawable/ic_power_settings_new_black_24dp"
9             android:title="@string/pref_exit_power_off" />
10
11         <ListPreference
12             android:title="@string/pref_connection_method"
13             android:entryValues="@array/connection_method_value"
14             android:entries="@array/connection_method"
15             android:key="connection_method"
16             android:defaultValue="RICOH_GR2"/>
17
18     </PreferenceCategory>
19
20     <PreferenceCategory
21         android:title="@string/pref_cat_camera">
22         <CheckBoxPreference
23             android:key="fujix_display_camera_view"
24             android:title="@string/pref_fujix_display_camera_view"
25             android:summary="@string/pref_fujix_display_camera_view_summary"/>
26
27         <CheckBoxPreference
28             android:key="capture_both_camera_and_live_view"
29             android:title="@string/pref_capture_both_camera_and_live_view" />
30
31     </PreferenceCategory>
32
33
34     <PreferenceCategory
35         android:title="@string/pref_cat_others">
36         <Preference
37             android:key="special_thanks"
38             android:title="@string/pref_special_thanks"
39             android:summary="https://github.com/hkr/fuji-cam-wifi-tool"
40             android:selectable="true">
41             <intent android:action="android.intent.action.VIEW"
42                 android:data="https://github.com/hkr/fuji-cam-wifi-tool" />
43         </Preference>
44
45     </PreferenceCategory>
46
47     <PreferenceCategory
48         android:title="@string/pref_cat_gokigen">
49
50         <Preference
51             android:key="instruction_link"
52             android:title="@string/pref_instruction_manual"
53             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
54             android:selectable="true">
55             <intent android:action="android.intent.action.VIEW"
56                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
57         </Preference>
58
59         <Preference
60             android:key="privacy_policy"
61             android:title="@string/pref_privacy_policy"
62             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
63             android:selectable="true">
64             <intent android:action="android.intent.action.VIEW"
65                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
66         </Preference>
67
68     </PreferenceCategory>
69 </PreferenceScreen>