2014-01-08 12:29:05 -10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item>
|
|
|
|
<rotate
|
|
|
|
android:fromDegrees="45"
|
|
|
|
android:toDegrees="45"
|
|
|
|
android:pivotX="0%"
|
|
|
|
android:pivotY="-30%" >
|
|
|
|
<shape
|
|
|
|
android:shape="rectangle" >
|
|
|
|
<solid
|
2014-02-19 12:29:00 -08:00
|
|
|
android:color="@color/conversation_item_sent_background_light" />
|
2014-01-08 12:29:05 -10:00
|
|
|
</shape>
|
|
|
|
</rotate>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|