OSDN Git Service

ライブビューの受信間隔もパラメータ化。
[gokigen/FujiCam.git] / app / src / main / res / xml / preferences_fuji_x.xml
index 5bd3269..5992f04 100644 (file)
             android:defaultValue="7,7"
             android:summary="@string/pref_summary_fujix_focus_xy" />
 
+        <EditTextPreference
+            android:key="fujix_liveview_wait"
+            android:title="@string/pref_fujix_liveview_wait"
+            android:defaultValue="80"
+            android:summary="@string/pref_summary_fujix_liveview_wait" />
+
         <CheckBoxPreference
             android:key="capture_both_camera_and_live_view"
             android:title="@string/pref_capture_both_camera_and_live_view" />