mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-16 06:42:20 +00:00
This allows you to take a photo, then choose the recipients after. This also makes it so we only upload the attachment once.
8 lines
305 B
XML
8 lines
305 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.thoughtcrime.securesms.components.FromTextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingEnd="5sp"
|
|
style="@style/Signal.Text.Preview"/>
|