blob: c025273b3434e67c9891c384d9d20e6ec12609ee [file] [log] [blame]
Meticulus9f27ea22017-12-28 13:18:09 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, software
8 distributed under the License is distributed on an "AS IS" BASIS,
9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 See the License for the specific language governing permissions and
11 limitations under the License.
12-->
13
14<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
maxwen0c7e4e22018-03-09 18:36:45 +010015 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
16 android:title="@string/volume_steps_title"
17 android:key="volume_steps">
Meticulus9f27ea22017-12-28 13:18:09 +010018
19 <ListPreference
20 android:key="volume_steps_music"
21 android:title="@string/media_volume_option_title"
22 android:entries="@array/volume_steps_entries"
23 android:entryValues="@array/volume_steps_values" />
24
25 <ListPreference
26 android:key="volume_steps_alarm"
27 android:title="@string/alarm_volume_option_title"
28 android:entries="@array/volume_steps_entries"
29 android:entryValues="@array/volume_steps_values" />
30
31 <ListPreference
32 android:key="volume_steps_ring"
33 android:title="@string/ring_volume_option_title"
34 android:entries="@array/volume_steps_entries"
35 android:entryValues="@array/volume_steps_values" />
36
37 <ListPreference
38 android:key="volume_steps_notification"
39 android:title="@string/notification_volume_option_title"
40 android:entries="@array/volume_steps_entries"
41 android:entryValues="@array/volume_steps_values" />
42
43 <ListPreference
44 android:key="volume_steps_system"
45 android:title="@string/system_volume_option_title"
46 android:entries="@array/volume_steps_entries"
47 android:entryValues="@array/volume_steps_values" />
48
49 <ListPreference
50 android:key="volume_steps_voice_call"
51 android:title="@string/call_volume_option_title"
52 android:entries="@array/volume_steps_entries"
53 android:entryValues="@array/volume_steps_values" />
54</PreferenceScreen>