This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/KeyHandler/res/values/arrays.xml
Timi Rautamäki a9f61a216e KeyHandler: Add customization options
Change-Id: I5f50f5d442342b2082bf47e11b1351e578fa0144
2022-04-11 17:55:13 +02:00

19 lines
588 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<string-array name="alert_slider_action_entries" translatable="false">
<item>@string/alert_slider_mode_normal</item>
<item>@string/alert_slider_mode_vibration</item>
<item>@string/alert_slider_mode_silent</item>
</string-array>
<string-array name="alert_slider_action_entry_values" translatable="false">
<item>2</item>
<item>1</item>
<item>0</item>
</string-array>
</resources>