OSDN Git Service

9b8bb26e19826b8a12ad2b442ba6658a6cbd7173
[gokigen/A01d.git] / app / src / main / res / xml / preferences_olympuspen.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_olympuspen" />
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     </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     </PreferenceCategory>
33
34     <PreferenceCategory
35         android:title="@string/pref_cat_initialize">
36
37         <CheckBoxPreference
38         android:key="auto_connect_to_camera"
39         android:title="@string/pref_auto_connect_camera"
40         android:summary="@string/pref_summary_auto_connect_camera" />
41     </PreferenceCategory>
42
43     <PreferenceCategory
44         android:title="@string/pref_cat_gokigen">
45
46         <Preference
47             android:key="instruction_link"
48             android:title="@string/pref_instruction_manual"
49             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
50             android:selectable="true">
51             <intent android:action="android.intent.action.VIEW"
52                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
53         </Preference>
54
55         <Preference
56             android:key="privacy_policy"
57             android:title="@string/pref_privacy_policy"
58             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
59             android:selectable="true">
60             <intent android:action="android.intent.action.VIEW"
61                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
62         </Preference>
63
64         <PreferenceScreen
65             android:key="debug_info"
66             android:title="@string/pref_degug_info"
67             android:summary="@string/pref_summary_debug_info" />
68
69     </PreferenceCategory>
70 -->
71 </PreferenceScreen>