mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-16 06:52:26 +00:00
This reverts commit 78fbfe40736dd8c9ccafb402aa7fc6921c1d4496. We have turned on AppCompatDelegate.setCompatVectorFromResourcesEnabled(true) now for API19.
15 lines
427 B
XML
15 lines
427 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="#70707C" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:bottom="10dp"
|
|
android:drawable="@drawable/ic_invite_28dp"
|
|
android:left="10dp"
|
|
android:right="10dp"
|
|
android:top="10dp" />
|
|
</layer-list>
|