Kenny Root | 511c8cf | 2010-12-02 17:59:04 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2010 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 | --> |
Gilles Debunne | 783be0a | 2011-05-06 14:12:13 -0700 | [diff] [blame] | 16 | <LinearLayout |
| 17 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| 19 | android:layout_width="match_parent" |
| 20 | android:layout_height="wrap_content" |
| 21 | android:minHeight="?android:attr/listPreferredItemHeight" |
| 22 | android:gravity="center_vertical" |
Fabrice Di Meglio | 1e0e0ed | 2014-06-17 16:43:00 -0700 | [diff] [blame] | 23 | android:paddingStart="?android:attr/listPreferredItemPaddingStart" |
| 24 | android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"> |
Kenny Root | 511c8cf | 2010-12-02 17:59:04 -0800 | [diff] [blame] | 25 | |
Gilles Debunne | 783be0a | 2011-05-06 14:12:13 -0700 | [diff] [blame] | 26 | <com.android.settings.deviceinfo.PercentageBarChart |
| 27 | android:id="@+id/percentage_bar_chart" |
Kenny Root | 511c8cf | 2010-12-02 17:59:04 -0800 | [diff] [blame] | 28 | android:layout_width="match_parent" |
Vasu Nori | 340e85d | 2011-03-02 11:07:35 -0800 | [diff] [blame] | 29 | android:layout_height="32dip" |
Kenny Root | 511c8cf | 2010-12-02 17:59:04 -0800 | [diff] [blame] | 30 | android:minHeight="?android:attr/listPreferredItemHeight" |
| 31 | android:gravity="center_vertical" |
Kenny Root | 42a92e8 | 2010-12-17 11:57:14 -0800 | [diff] [blame] | 32 | settings:minTickWidth="6dip" |
Fabrice Di Meglio | 18bc61b | 2014-06-17 17:01:51 -0700 | [diff] [blame] | 33 | settings:emptyColor="@color/material_empty_color_light"> |
Gilles Debunne | 783be0a | 2011-05-06 14:12:13 -0700 | [diff] [blame] | 34 | </com.android.settings.deviceinfo.PercentageBarChart> |
Vasu Nori | 340e85d | 2011-03-02 11:07:35 -0800 | [diff] [blame] | 35 | |
Gilles Debunne | 783be0a | 2011-05-06 14:12:13 -0700 | [diff] [blame] | 36 | </LinearLayout> |