mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 11:56:44 +00:00
Implement camera-first capture flow.
This allows you to take a photo, then choose the recipients after. This also makes it so we only upload the attachment once.
This commit is contained in:
4
res/drawable/camera_send_button_background.xml
Normal file
4
res/drawable/camera_send_button_background.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
|
||||
<solid android:color="@color/signal_primary"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user