Fix camera button position

This commit is contained in:
Niels Andriesse 2019-10-22 11:25:00 +11:00
parent 4aa1eed979
commit a08f4caccb
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -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" />