Meticulus | 9f27ea2 | 2017-12-28 13:18:09 +0100 | [diff] [blame] | 1 | <?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" |
maxwen | 0c7e4e2 | 2018-03-09 18:36:45 +0100 | [diff] [blame] | 15 | android:title="@string/volume_steps_title" |
| 16 | android:key="volume_steps"> |
Meticulus | 9f27ea2 | 2017-12-28 13:18:09 +0100 | [diff] [blame] | 17 | |
| 18 | <ListPreference |
| 19 | android:key="volume_steps_music" |
| 20 | android:title="@string/media_volume_option_title" |
| 21 | android:entries="@array/volume_steps_entries" |
| 22 | android:entryValues="@array/volume_steps_values" /> |
| 23 | |
| 24 | <ListPreference |
| 25 | android:key="volume_steps_alarm" |
| 26 | android:title="@string/alarm_volume_option_title" |
| 27 | android:entries="@array/volume_steps_entries" |
| 28 | android:entryValues="@array/volume_steps_values" /> |
| 29 | |
| 30 | <ListPreference |
| 31 | android:key="volume_steps_ring" |
| 32 | android:title="@string/ring_volume_option_title" |
| 33 | android:entries="@array/volume_steps_entries" |
| 34 | android:entryValues="@array/volume_steps_values" /> |
| 35 | |
| 36 | <ListPreference |
| 37 | android:key="volume_steps_notification" |
| 38 | android:title="@string/notification_volume_option_title" |
| 39 | android:entries="@array/volume_steps_entries" |
| 40 | android:entryValues="@array/volume_steps_values" /> |
| 41 | |
| 42 | <ListPreference |
| 43 | android:key="volume_steps_system" |
| 44 | android:title="@string/system_volume_option_title" |
| 45 | android:entries="@array/volume_steps_entries" |
| 46 | android:entryValues="@array/volume_steps_values" /> |
| 47 | |
| 48 | <ListPreference |
| 49 | android:key="volume_steps_voice_call" |
| 50 | android:title="@string/call_volume_option_title" |
| 51 | android:entries="@array/volume_steps_entries" |
| 52 | android:entryValues="@array/volume_steps_values" /> |
| 53 | </PreferenceScreen> |