blob: 303a5b71a6ca7661acfdec667220e2b408e5a3b4 [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-->
16
17<com.android.settings.deviceinfo.PercentageBarChart
18 xmlns:android="http://schemas.android.com/apk/res/android"
Kenny Root42a92e82010-12-17 11:57:14 -080019 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
Kenny Root511c8cf2010-12-02 17:59:04 -080020 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
22 android:minHeight="?android:attr/listPreferredItemHeight"
23 android:gravity="center_vertical"
24 android:id="@+id/percentage_bar_chart"
25 android:paddingRight="?android:attr/scrollbarSize"
Kenny Roote4330892010-12-13 16:23:57 -080026 android:paddingTop="6dip"
27 android:paddingBottom="6dip"
Kenny Root42a92e82010-12-17 11:57:14 -080028 settings:minTickWidth="6dip"
29 settings:emptyColor="@color/memory_avail">
30</com.android.settings.deviceinfo.PercentageBarChart>