|
|
|
|
@ -251,6 +251,19 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/etSubject" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibExpanderAttachments"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_legend_expander"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorAttachments"
|
|
|
|
|
app:srcCompat="@drawable/expander" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibRemoveAttachments"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
@ -265,18 +278,6 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/vSeparatorAttachments"
|
|
|
|
|
app:srcCompat="@drawable/twotone_delete_24" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibExpanderAttachments"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_legend_expander"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorAttachments"
|
|
|
|
|
app:srcCompat="@drawable/expander" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvAttachments"
|
|
|
|
|
|