res/drawable/status_icon.xml
author Nikita Kozlov <nikita@beem-project.com>
Sun, 16 Jan 2011 12:44:59 +0100
changeset 844 30d32b73be7c
parent 752 0e16dee2bd4c
permissions -rw-r--r--
fix Bug #321 I have commented the PrivacyListManagerAdapter initialization because the exception came from the underneath code. Also, since the feature isn't finished (especially tested) and enabled in the gui, it will be safer.

<?xml version="1.0" encoding="utf-8"?>
<!--
    Level list drawable for status icon
    See src/com/beem/project/beem/utils/Status.java
    for level values
-->
<level-list xmlns:android="http://schemas.android.com/apk/res/android">
  <item android:maxLevel="100" android:drawable="@android:drawable/presence_offline" />
  <item android:maxLevel="200" android:drawable="@drawable/status_requested" />
  <item android:maxLevel="300" android:drawable="@android:drawable/presence_away" />
  <item android:maxLevel="400" android:drawable="@android:drawable/presence_busy" />
  <item android:maxLevel="600" android:drawable="@android:drawable/presence_online" />
 </level-list>