Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2019-04-24 10:07:24 +0300
committerMario Danic <mario@lovelyhq.com>2019-04-24 10:07:24 +0300
commit003351f71c1e30f4695b4ec5e7346c5c573798de (patch)
tree429edb6d7e4cbc322380d1ce5d3e129bc77c3ccd
parent4143bd841e9c08a9f3a7f8327fcba4254323d7af (diff)
Fix the send button scalingv6.0.0
Signed-off-by: Mario Danic <mario@lovelyhq.com>
-rw-r--r--app/src/main/res/layout/view_message_input.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/view_message_input.xml b/app/src/main/res/layout/view_message_input.xml
index a5feb60ba..8a23fccec 100644
--- a/app/src/main/res/layout/view_message_input.xml
+++ b/app/src/main/res/layout/view_message_input.xml
@@ -68,7 +68,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
- android:scaleType="centerCrop"
+ android:scaleType="centerInside"
android:padding="4dp"
android:adjustViewBounds="true"
android:layout_centerVertical="true" />