tmap/res/xml/setting_fragment_blackbox.xml
2022-06-10 21:38:30 +09:00

30 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.skt.tmap.setting.fragment.customPreference.CustomSwitchPreference android:title="@string/blackbox_recording" android:key="@string/feature_useBlackbox" android:defaultValue="N" app:clickLogActionId="tap.blackboxonoff" app:groupName="@string/user_settings_info" app:isPreferenceValueType="@string/string_type" app:isTextViewDivider="false" app:subTitle="@string/blackbox_recording_description" />
<com.skt.tmap.setting.fragment.customPreference.CustomCategoryPreference android:key="@string/blackbox_quality_category">
<com.skt.tmap.setting.fragment.customPreference.CustomSwitchPreference android:title="@string/blackbox_voice" android:key="@string/feature_blackboxVoiceRecording" android:defaultValue="N" app:clickLogActionId="tap.voicerecord" app:groupName="@string/user_settings_info" app:isPreferenceValueType="@string/string_type" app:isTextViewDivider="false" />
<com.skt.tmap.setting.fragment.customPreference.CustomDialogPreference android:title="@string/blackbox_quality" android:key="@string/feature_blackboxRecordingQuality" android:defaultValue="0" app:clickLogActionId="tap.recordquality" app:entries="@array/setting_blackbox_quality" app:entryValues="@array/setting_int_list_3_value" app:groupName="@string/user_settings_info" app:isPreferenceValueType="@string/string_type" />
</com.skt.tmap.setting.fragment.customPreference.CustomCategoryPreference>
<com.skt.tmap.setting.fragment.customPreference.CustomCategoryPreference android:title="@string/blackbox_storage_sub" android:key="@string/blackbox_container_category">
<com.skt.tmap.setting.fragment.customPreference.CustomSubMenuPreference android:title="@string/blackbox_setting_recording_normal_internal" android:key="@string/blackbox_always_recording_video" app:clickLogActionId="tap.fulltimeclip" app:isTextViewDivider="false" app:isUseValue="false">
<intent android:targetPackage="@string/package_name" android:targetClass="com.skt.tmap.blackbox.RecordingListActivity">
<extra android:name="data" android:value="0" />
<extra android:name="from_where" android:value="-1" />
<extra android:name="title" android:value="@string/blackbox_setting_recording_normal_internal" />
<extra android:name="legacy" android:value="false" />
</intent>
</com.skt.tmap.setting.fragment.customPreference.CustomSubMenuPreference>
<com.skt.tmap.setting.fragment.customPreference.CustomSubMenuPreference android:title="@string/blackbox_setting_recording_event_internal" android:key="@string/blackbox_event_recording_video" app:clickLogActionId="tap.eventclip" app:isUseValue="false">
<intent android:targetPackage="@string/package_name" android:targetClass="com.skt.tmap.blackbox.RecordingListActivity">
<extra android:name="data" android:value="1" />
<extra android:name="from_where" android:value="-1" />
<extra android:name="title" android:value="@string/blackbox_setting_recording_event_internal" />
<extra android:name="legacy" android:value="false" />
</intent>
</com.skt.tmap.setting.fragment.customPreference.CustomSubMenuPreference>
</com.skt.tmap.setting.fragment.customPreference.CustomCategoryPreference>
<com.skt.tmap.setting.fragment.customPreference.CustomCategoryPreference android:key="@string/blackbox_capacity_category">
<com.skt.tmap.setting.fragment.customPreference.CustomDialogPreference android:title="@string/blackbox_capacity" android:key="@string/feature_blackboxStoreCapacity" android:defaultValue="0" app:clickLogActionId="tap.capacity" app:entries="@array/setting_blackbox_capacity_size" app:entryValues="@array/setting_int_list_5_value" app:groupName="@string/user_settings_info" app:isPreferenceValueType="@string/string_type" app:subTitle="@string/blackbox_capacity_description" />
</com.skt.tmap.setting.fragment.customPreference.CustomCategoryPreference>
</PreferenceScreen>