OSDN Git Service

カメラに接続したとき、画面表示タイプの制御を追加。
[gokigen/A01d.git] / app / src / main / res / xml / preferences_ricoh_gr2.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="OPC"/>
17
18     </PreferenceCategory>
19
20     <PreferenceCategory
21         android:title="@string/pref_cat_camera">
22
23         <CheckBoxPreference
24             android:key="capture_both_camera_and_live_view"
25             android:title="@string/pref_capture_both_camera_and_live_view" />
26
27     </PreferenceCategory>
28
29     <PreferenceCategory
30         android:title="@string/pref_cat_initialize">
31
32         <CheckBoxPreference
33             android:key="gr2_lcd_sleep"
34             android:title="@string/pref_gr2_lcd_sleep" />
35
36         <ListPreference
37             android:title="@string/pref_gr2_display_mode"
38             android:entryValues="@array/gr2_display_mode_value"
39             android:entries="@array/gr2_display_mode"
40             android:key="gr2_display_mode"
41             android:defaultValue="0"/>
42
43         <CheckBoxPreference
44             android:key="auto_connect_to_camera"
45             android:title="@string/pref_auto_connect_camera"
46             android:summary="@string/pref_summary_auto_connect_camera" />
47     </PreferenceCategory>
48
49     <PreferenceCategory
50         android:title="@string/pref_cat_gokigen">
51
52         <Preference
53             android:key="instruction_link"
54             android:title="@string/pref_instruction_manual"
55             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
56             android:selectable="true">
57             <intent android:action="android.intent.action.VIEW"
58                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
59         </Preference>
60
61         <Preference
62             android:key="privacy_policy"
63             android:title="@string/pref_privacy_policy"
64             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
65             android:selectable="true">
66             <intent android:action="android.intent.action.VIEW"
67                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
68         </Preference>
69
70         <PreferenceScreen
71             android:key="debug_info"
72             android:title="@string/pref_degug_info"
73             android:summary="@string/pref_summary_debug_info" />
74
75     </PreferenceCategory>
76 </PreferenceScreen>