This allows you to take a photo, then choose the recipients after. This also makes it so we only upload the attachment once.
17 lines
471 B
XML
17 lines
471 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="@color/transparent_white_40">
|
|
|
|
<item android:id="@+id/mask">
|
|
<shape android:shape="oval">
|
|
<solid android:color="@color/transparent_black" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item>
|
|
<shape android:shape="oval" >
|
|
<solid android:color="@color/signal_primary"/>
|
|
</shape>
|
|
</item>
|
|
</ripple>
|