浏览代码

Change send button scale type

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 年之前
父节点
当前提交
4b530dbf6a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/res/layout/view_message_input.xml

+ 1 - 0
app/src/main/res/layout/view_message_input.xml

@@ -53,6 +53,7 @@
         android:id="@id/messageSendButton"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
+        android:scaleType="fitCenter"
         android:layout_alignParentEnd="true"
         android:layout_centerVertical="true" />