blob: 609ae3a0f2a2cf047c0f7fc0beedd6d18bab426e [file] [log] [blame]
Kenny Root511c8cf2010-12-02 17:59:04 -08001<?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 Debunne783be0a2011-05-06 14:12:13 -070016<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 Meglio1e0e0ed2014-06-17 16:43:00 -070023 android:paddingStart="?android:attr/listPreferredItemPaddingStart"
24 android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
Kenny Root511c8cf2010-12-02 17:59:04 -080025
Gilles Debunne783be0a2011-05-06 14:12:13 -070026 <com.android.settings.deviceinfo.PercentageBarChart
27 android:id="@+id/percentage_bar_chart"
Kenny Root511c8cf2010-12-02 17:59:04 -080028 android:layout_width="match_parent"
Vasu Nori340e85d2011-03-02 11:07:35 -080029 android:layout_height="32dip"
Kenny Root511c8cf2010-12-02 17:59:04 -080030 android:minHeight="?android:attr/listPreferredItemHeight"
31 android:gravity="center_vertical"
Kenny Root42a92e82010-12-17 11:57:14 -080032 settings:minTickWidth="6dip"
33 settings:emptyColor="@color/memory_avail">
Gilles Debunne783be0a2011-05-06 14:12:13 -070034 </com.android.settings.deviceinfo.PercentageBarChart>
Vasu Nori340e85d2011-03-02 11:07:35 -080035
Gilles Debunne783be0a2011-05-06 14:12:13 -070036</LinearLayout>