| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2008 The Android Open Source Project |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| android:title="@string/volume_steps_title" |
| android:key="volume_steps"> |
| |
| <ListPreference |
| android:key="volume_steps_music" |
| android:title="@string/media_volume_option_title" |
| android:entries="@array/volume_steps_entries" |
| android:entryValues="@array/volume_steps_values" /> |
| |
| <ListPreference |
| android:key="volume_steps_alarm" |
| android:title="@string/alarm_volume_option_title" |
| android:entries="@array/volume_steps_entries" |
| android:entryValues="@array/volume_steps_values" /> |
| |
| <ListPreference |
| android:key="volume_steps_ring" |
| android:title="@string/ring_volume_option_title" |
| android:entries="@array/volume_steps_entries" |
| android:entryValues="@array/volume_steps_values" /> |
| |
| <ListPreference |
| android:key="volume_steps_notification" |
| android:title="@string/notification_volume_option_title" |
| android:entries="@array/volume_steps_entries" |
| android:entryValues="@array/volume_steps_values" /> |
| |
| <ListPreference |
| android:key="volume_steps_system" |
| android:title="@string/system_volume_option_title" |
| android:entries="@array/volume_steps_entries" |
| android:entryValues="@array/volume_steps_values" /> |
| |
| <ListPreference |
| android:key="volume_steps_voice_call" |
| android:title="@string/call_volume_option_title" |
| android:entries="@array/volume_steps_entries" |
| android:entryValues="@array/volume_steps_values" /> |
| </PreferenceScreen> |