blob: a12bdd53c418e3d0694bcfabb42f7c2bd810cb97 [file] [log] [blame]
Daniel Nishi9f60f422017-02-15 15:25:48 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- Layout for the storage breakdown for a profile of the primary user. -->
18<PreferenceScreen
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:title="@string/storage_settings">
Daniel Nishicf0e6592017-03-15 14:00:13 -070021 <com.android.settings.deviceinfo.StorageItemPreference
Daniel Nishi9f60f422017-02-15 15:25:48 -080022 android:key="pref_photos_videos"
Daniel Nishi3414a692017-03-16 16:36:07 -070023 android:title="@string/storage_photos_videos"
Daniel Nishi2872e2c2017-06-28 14:41:18 -070024 android:icon="@drawable/ic_photo_library"
Daniel Nishi3414a692017-03-16 16:36:07 -070025 android:order="2" />
Daniel Nishicf0e6592017-03-15 14:00:13 -070026 <com.android.settings.deviceinfo.StorageItemPreference
Daniel Nishi9f60f422017-02-15 15:25:48 -080027 android:key="pref_music_audio"
Daniel Nishi3414a692017-03-16 16:36:07 -070028 android:title="@string/storage_music_audio"
Daniel Nishi2872e2c2017-06-28 14:41:18 -070029 android:icon="@drawable/ic_media_stream"
Daniel Nishi3414a692017-03-16 16:36:07 -070030 android:order="3" />
Daniel Nishicf0e6592017-03-15 14:00:13 -070031 <com.android.settings.deviceinfo.StorageItemPreference
Daniel Nishi9f60f422017-02-15 15:25:48 -080032 android:key="pref_games"
Daniel Nishi3414a692017-03-16 16:36:07 -070033 android:title="@string/storage_games"
34 android:icon="@drawable/ic_videogame_vd_theme_24"
35 android:order="4" />
Daniel Nishicf0e6592017-03-15 14:00:13 -070036 <com.android.settings.deviceinfo.StorageItemPreference
Daniel Nishif588f762017-03-27 13:28:11 -070037 android:key="pref_movies"
Daniel Nishi24077d82017-05-08 14:13:13 -070038 android:title="@string/storage_movies_tv"
Daniel Nishi2872e2c2017-06-28 14:41:18 -070039 android:icon="@drawable/ic_local_movies"
Daniel Nishi24077d82017-05-08 14:13:13 -070040 android:order="5"
41 />
Daniel Nishif588f762017-03-27 13:28:11 -070042 <com.android.settings.deviceinfo.StorageItemPreference
Daniel Nishi9f60f422017-02-15 15:25:48 -080043 android:key="pref_other_apps"
Daniel Nishi3414a692017-03-16 16:36:07 -070044 android:title="@string/storage_other_apps"
Daniel Nishi2872e2c2017-06-28 14:41:18 -070045 android:icon="@drawable/ic_storage_apps"
Daniel Nishi24077d82017-05-08 14:13:13 -070046 android:order="6" />
Daniel Nishicf0e6592017-03-15 14:00:13 -070047 <com.android.settings.deviceinfo.StorageItemPreference
Daniel Nishi9f60f422017-02-15 15:25:48 -080048 android:key="pref_files"
Daniel Nishi3414a692017-03-16 16:36:07 -070049 android:title="@string/storage_files"
50 android:icon="@drawable/ic_folder_vd_theme_24"
Daniel Nishi24077d82017-05-08 14:13:13 -070051 android:order="7" />
Daniel Nishi9f60f422017-02-15 15:25:48 -080052</PreferenceScreen>