Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2012 The CyanogenMod 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 | <PreferenceScreen |
| 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | android:title="@string/preview_data_title"> |
| 20 | |
| 21 | <Preference |
| 22 | android:key="preview_id" |
| 23 | style="?android:preferenceInformationStyle" |
| 24 | android:title="@string/preview_id_title" |
| 25 | android:summary="%s" /> |
| 26 | |
| 27 | <Preference |
| 28 | android:key="preview_device" |
| 29 | style="?android:preferenceInformationStyle" |
| 30 | android:title="@string/preview_device_title" |
| 31 | android:summary="%s" /> |
| 32 | |
| 33 | <Preference |
| 34 | android:key="preview_version" |
| 35 | style="?android:preferenceInformationStyle" |
| 36 | android:title="@string/preview_version_title" |
| 37 | android:summary="%s" /> |
| 38 | |
| 39 | <Preference |
| 40 | android:key="preview_country" |
| 41 | style="?android:preferenceInformationStyle" |
| 42 | android:title="@string/preview_country_title" |
| 43 | android:summary="%s" /> |
| 44 | |
| 45 | <Preference |
| 46 | android:key="preview_carrier" |
| 47 | style="?android:preferenceInformationStyle" |
| 48 | android:title="@string/preview_carrier_title" |
| 49 | android:summary="%s" /> |
| 50 | |
| 51 | </PreferenceScreen> |
| 52 | |