Fix camera button position

pull/36/head
Niels Andriesse 5 years ago
parent 4aa1eed979
commit a08f4caccb

@ -125,7 +125,6 @@
android:text="160/160 (1)"
android:visibility="gone" />
<ViewStub
android:id="@+id/emoji_drawer_stub"
android:layout_width="match_parent"

@ -126,6 +126,7 @@
android:src="?quick_camera_icon"
android:paddingStart="6dp"
android:paddingEnd="6dp"
android:layout_marginEnd="8dp"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/conversation_activity__quick_attachment_drawer_toggle_camera_description" />

Loading…
Cancel
Save