srctree

Robin Linden parent 22b46e1d 88b8b36f
Fix centering of send/attach button in chat view

inlinesplit
atox/src/main/res/layout/fragment_chat.xml added: 3, removed: 2, total 1
@@ -63,7 +63,6 @@
<EditText android:id="@+id/outgoingMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:hint="@string/message"
android:importantForAutofill="no"
@@ -77,6 +76,7 @@
android:layout_weight="0"
android:background="@android:color/transparent"
android:contentDescription="@string/send"
android:paddingHorizontal="4dp"
android:src="@drawable/send"
android:visibility="gone"
app:tint="@color/colorPrimary"/>
@@ -87,6 +87,7 @@
android:layout_weight="0"
android:background="@android:color/transparent"
android:contentDescription="@string/attach_file"
android:paddingHorizontal="4dp"
android:src="@drawable/attach_file"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>