res/drawable/avatar_status.xml
changeset 1044 197a85a35cba
parent 1043 7d6f2526244a
child 1045 e5a970600066
--- a/res/drawable/avatar_status.xml	Sun Mar 15 17:28:04 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Layer Level list drawable for Avatar and status icon
-    See src/com/beem/project/beem/utils/Status.java
-    for level values to change the status.
-    The status icon must be resized using method
-    LayerDrawable.setLayerInset();
-    The drawable with id @id/avatar must be replace by the real
-    avatar using the method LayerDrawable.setDrawableByLayerId()
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:id="@+id/avatar">
-	<shape/>
-    </item>
-    <item android:drawable="@drawable/status_icon" />
-</layer-list>