mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-10 09:06:24 +00:00
committed by
Moxie Marlinspike
parent
a4e18c515c
commit
4185006147
13
res/drawable/triangle_tick_outgoing_sent_sms_dark.xml
Normal file
13
res/drawable/triangle_tick_outgoing_sent_sms_dark.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromDegrees="45"
|
||||
android:toDegrees="45"
|
||||
android:pivotX="0%"
|
||||
android:pivotY="-30%">
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/conversation_item_sent_background_dark" />
|
||||
|
||||
</shape>
|
||||
</rotate>
|
||||
Reference in New Issue
Block a user