OSDN Git Service

次バージョンの準備。(アイコン等整備)
[gokigen/Gr2Control.git] / app / src / main / res / xml / preferences_summary.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         <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         <PreferenceScreen
29             android:key="ricoh_settings"
30             android:title="@string/pref_ricoh_settings"
31             android:summary="@string/pref_summary_ricoh_settings" />
32
33         <PreferenceScreen
34             android:key="fuji_x_settings"
35             android:title="@string/pref_fuji_x_settings"
36             android:summary="@string/pref_summary_fuji_x_settings" />
37
38         <PreferenceScreen
39             android:key="opc_settings"
40             android:title="@string/pref_opc_settings"
41             android:summary="@string/pref_summary_opc_settings" />
42
43         <CheckBoxPreference
44             android:key="capture_both_camera_and_live_view"
45             android:title="@string/pref_capture_both_camera_and_live_view" />
46
47     </PreferenceCategory>
48
49     <PreferenceCategory
50         android:title="@string/pref_cat_initialize">
51
52         <CheckBoxPreference
53             android:key="auto_connect_to_camera"
54             android:title="@string/pref_auto_connect_camera"
55             android:summary="@string/pref_summary_auto_connect_camera" />
56     </PreferenceCategory>
57
58     <PreferenceCategory
59         android:title="@string/pref_cat_others">
60
61         <CheckBoxPreference
62             android:key="share_after_save"
63             android:title="@string/pref_call_share_after_save" />
64
65         <CheckBoxPreference
66             android:key="use_playback_menu"
67             android:title="@string/pref_use_playback_menu"
68             android:summary="@string/summary_use_playback_menu" />
69
70     </PreferenceCategory>
71
72     <PreferenceCategory
73         android:title="@string/pref_cat_gokigen">
74
75         <Preference
76             android:key="instruction_link"
77             android:title="@string/pref_instruction_manual"
78             android:summary="https://osdn.net/projects/gokigen/wiki/GR2Control"
79             android:selectable="true">
80             <intent android:action="android.intent.action.VIEW"
81                 android:data="https://osdn.net/projects/gokigen/wiki/GR2Control" />
82         </Preference>
83
84         <Preference
85             android:key="privacy_policy"
86             android:title="@string/pref_privacy_policy"
87             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
88             android:selectable="true">
89             <intent android:action="android.intent.action.VIEW"
90                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
91         </Preference>
92
93         <PreferenceScreen
94             android:key="debug_info"
95             android:title="@string/pref_degug_info"
96             android:summary="@string/pref_summary_debug_info" />
97
98     </PreferenceCategory>
99 </PreferenceScreen>