OSDN Git Service

FUJIFILM用画像詳細画面で、タイミングによってはスモールイメージを使用できるようにした。
[gokigen/Gr2Control.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_fuji_x_exit_only" />
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="FUJI_X"/>
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     </PreferenceCategory>
24
25     <PreferenceCategory
26         android:title="@string/pref_cat_camera">
27 <!--
28         <CheckBoxPreference
29             android:key="capture_both_camera_and_live_view"
30             android:title="@string/pref_capture_both_camera_and_live_view" />
31 -->
32         <CheckBoxPreference
33             android:key="fujix_display_camera_view"
34             android:title="@string/pref_fujix_display_camera_view"
35             android:summary="@string/pref_fujix_display_camera_view_summary"/>
36
37         <EditTextPreference
38             android:key="fujix_focus_xy"
39             android:title="@string/pref_fujix_focus_xy"
40             android:defaultValue="7,7"
41             android:summary="@string/pref_summary_fujix_focus_xy" />
42
43         <EditTextPreference
44             android:key="fujix_command_polling_wait"
45             android:title="@string/pref_fujix_command_polling_wait"
46             android:defaultValue="500"
47             android:summary="@string/pref_summary_fujix_command_polling_wait" />
48
49         <EditTextPreference
50             android:key="fujix_liveview_wait"
51             android:title="@string/pref_fujix_liveview_wait"
52             android:defaultValue="80"
53             android:summary="@string/pref_summary_fujix_liveview_wait" />
54
55         <CheckBoxPreference
56             android:key="fujix_get_screennail_as_small_picture"
57             android:title="@string/pref_fujix_get_screennail_as_small_picture"
58             android:summary="@string/pref_summary_fujix_get_screennail_as_small_picture" />
59     </PreferenceCategory>
60 <!--
61     <PreferenceCategory
62         android:title="@string/pref_cat_initialize">
63
64         <CheckBoxPreference
65             android:key="auto_connect_to_camera"
66             android:title="@string/pref_auto_connect_camera"
67             android:summary="@string/pref_summary_auto_connect_camera" />
68     </PreferenceCategory>
69 -->
70
71     <PreferenceCategory
72         android:title="@string/pref_cat_others">
73 <!--
74         <CheckBoxPreference
75             android:key="share_after_save"
76             android:title="@string/pref_call_share_after_save" />
77
78         <CheckBoxPreference
79             android:key="use_playback_menu"
80             android:title="@string/pref_use_playback_menu"
81             android:summary="@string/summary_use_playback_menu" />
82 -->
83
84         <Preference
85             android:key="special_thanks"
86             android:title="@string/pref_special_thanks"
87             android:summary="https://github.com/hkr/fuji-cam-wifi-tool"
88             android:selectable="true">
89             <intent android:action="android.intent.action.VIEW"
90                 android:data="https://github.com/hkr/fuji-cam-wifi-tool" />
91         </Preference>
92     </PreferenceCategory>
93 <!--
94     <PreferenceCategory
95         android:title="@string/pref_cat_gokigen">
96
97         <Preference
98             android:key="instruction_link"
99             android:title="@string/pref_instruction_manual"
100             android:summary="https://osdn.net/projects/gokigen/wiki/GR2Control"
101             android:selectable="true">
102             <intent android:action="android.intent.action.VIEW"
103                 android:data="https://osdn.net/projects/gokigen/wiki/GR2Control" />
104         </Preference>
105
106         <Preference
107             android:key="privacy_policy"
108             android:title="@string/pref_privacy_policy"
109             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
110             android:selectable="true">
111             <intent android:action="android.intent.action.VIEW"
112                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
113         </Preference>
114
115         <PreferenceScreen
116             android:key="debug_info"
117             android:title="@string/pref_degug_info"
118             android:summary="@string/pref_summary_debug_info" />
119     </PreferenceCategory>
120 -->
121 </PreferenceScreen>