OSDN Git Service

5ef8b9e897b8456775eafbf61d40f81c6f3fe538
[gokigen/A01d.git] / app / src / main / res / xml / preferences_canon.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_canon" />
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="OPC"/>
17
18         <PreferenceScreen
19             android:key="wifi_settings"
20             android:title="@string/pref_wifi_settings"
21             android:summary="@string/pref_summary_wifi_settings" />
22 -->
23         <PreferenceScreen
24             android:key="dialog_message_send"
25             android:icon="@drawable/ic_linked_camera_black_24dp"
26             android:title="@string/pref_open_send_command_dialog"
27             />
28     </PreferenceCategory>
29
30     <PreferenceCategory
31         android:title="@string/pref_cat_camera">
32
33         <EditTextPreference
34             android:key="canon_zoom_magnification"
35             android:title="@string/pref_canon_zoom_magnification"
36             android:defaultValue="0"
37             android:summary="@string/pref_summary_canon_zoom_magnification" />
38
39         <EditTextPreference
40             android:key="canon_zoom_resolution"
41             android:title="@string/pref_canon_zoom_resolution"
42             android:defaultValue="25"
43             android:summary="@string/pref_summary_canon_zoom_resolution" />
44
45         <EditTextPreference
46             android:key="canon_focus_xy"
47             android:title="@string/pref_canon_focus_xy"
48             android:defaultValue="6000,4000"
49             android:summary="@string/pref_summary_canon_focus_xy" />
50
51         <EditTextPreference
52             android:key="canon_host_ip"
53             android:title="@string/pref_canon_host_ip"
54             android:defaultValue="192.168.0.1"
55             android:summary="@string/pref_summary_canon_host_ip" />
56
57         <EditTextPreference
58             android:key="canon_liveview_wait"
59             android:title="@string/pref_canon_liveview_wait"
60             android:defaultValue="25"
61             android:summary="@string/pref_summary_canon_liveview_wait" />
62
63 <!--
64         <CheckBoxPreference
65             android:key="capture_both_camera_and_live_view"
66             android:title="@string/pref_capture_both_camera_and_live_view" />
67 -->
68     </PreferenceCategory>
69 <!--
70     <PreferenceCategory
71         android:title="@string/pref_cat_initialize">
72
73         <CheckBoxPreference
74         android:key="auto_connect_to_camera"
75         android:title="@string/pref_auto_connect_camera"
76         android:summary="@string/pref_summary_auto_connect_camera" />
77     </PreferenceCategory>
78
79     <PreferenceCategory
80         android:title="@string/pref_cat_gokigen">
81
82         <Preference
83             android:key="instruction_link"
84             android:title="@string/pref_instruction_manual"
85             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
86             android:selectable="true">
87             <intent android:action="android.intent.action.VIEW"
88                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
89         </Preference>
90
91         <Preference
92             android:key="privacy_policy"
93             android:title="@string/pref_privacy_policy"
94             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
95             android:selectable="true">
96             <intent android:action="android.intent.action.VIEW"
97                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
98         </Preference>
99
100         <PreferenceScreen
101             android:key="debug_info"
102             android:title="@string/pref_degug_info"
103             android:summary="@string/pref_summary_debug_info" />
104
105     </PreferenceCategory>
106 -->
107 </PreferenceScreen>