OSDN Git Service

PowerShotZoomで動作するようにしてみる。
[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         <ListPreference
64             android:title="@string/pref_canon_connection_mode"
65             android:summary="@string/pref_summary_canon_connection_mode"
66             android:entryValues="@array/canon_connection_mode_value"
67             android:entries="@array/canon_connection_mode"
68             android:key="canon_connection_mode"
69             android:defaultValue="0"/>
70
71 <!--
72         <CheckBoxPreference
73             android:key="capture_both_camera_and_live_view"
74             android:title="@string/pref_capture_both_camera_and_live_view" />
75 -->
76     </PreferenceCategory>
77 <!--
78     <PreferenceCategory
79         android:title="@string/pref_cat_initialize">
80
81         <CheckBoxPreference
82         android:key="auto_connect_to_camera"
83         android:title="@string/pref_auto_connect_camera"
84         android:summary="@string/pref_summary_auto_connect_camera" />
85     </PreferenceCategory>
86
87     <PreferenceCategory
88         android:title="@string/pref_cat_gokigen">
89
90         <Preference
91             android:key="instruction_link"
92             android:title="@string/pref_instruction_manual"
93             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
94             android:selectable="true">
95             <intent android:action="android.intent.action.VIEW"
96                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
97         </Preference>
98
99         <Preference
100             android:key="privacy_policy"
101             android:title="@string/pref_privacy_policy"
102             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
103             android:selectable="true">
104             <intent android:action="android.intent.action.VIEW"
105                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
106         </Preference>
107
108         <PreferenceScreen
109             android:key="debug_info"
110             android:title="@string/pref_degug_info"
111             android:summary="@string/pref_summary_debug_info" />
112
113     </PreferenceCategory>
114 -->
115 </PreferenceScreen>