- Updated artwork for buttons and signal/battery meters. - Layout change: meters on either side of clock - RSSI for mobile data. The algorithm is more or less the same as the one used in the phone status bar. Note that mobile data is only shown if Wi-Fi is unavailable. Bug: 2924643 Change-Id: Idaa0c52422db4a63616475bde96626d1953830b4
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/* //device/apps/common/res/drawable/stat_sys_battery.xml
|
|
**
|
|
** Copyright 2007, The Android Open Source Project
|
|
**
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
** you may not use this file except in compliance with the License.
|
|
** You may obtain a copy of the License at
|
|
**
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
**
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
** See the License for the specific language governing permissions and
|
|
** limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<level-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:maxLevel="01" android:drawable="@drawable/wifi_0" />
|
|
<item android:maxLevel="25" android:drawable="@drawable/wifi_25" />
|
|
<item android:maxLevel="50" android:drawable="@drawable/wifi_50" />
|
|
<item android:maxLevel="75" android:drawable="@drawable/wifi_75" />
|
|
<item android:maxLevel="101" android:drawable="@drawable/wifi_100" />
|
|
|
|
</level-list>
|
|
|