OSDN Git Service

18998ff2ed274b05baad63e44d8307dde4257551
[gokigen/FujiCam.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_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     </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
30     <PreferenceCategory
31         android:title="@string/pref_cat_others">
32         <Preference
33             android:key="special_thanks"
34             android:title="@string/pref_special_thanks"
35             android:summary="https://github.com/hkr/fuji-cam-wifi-tool"
36             android:selectable="true">
37             <intent android:action="android.intent.action.VIEW"
38                 android:data="https://github.com/hkr/fuji-cam-wifi-tool" />
39         </Preference>
40
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     </PreferenceCategory>
65 </PreferenceScreen>