diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-08-30 20:45:09 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-08-30 20:45:09 +0200 |
commit | 18cf7c40c27fdd255ed8b71dd49343438982024e (patch) | |
tree | 2315078f749eec09ffe36bace571da67eda2df74 /src/main/res | |
parent | c1060dc1fea516e71b139eff157ad43f9ebb224e (diff) |
hide record voice button if keyboard is open
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 2 | ||||
-rw-r--r-- | src/main/res/values/defaults.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index d081b6543..4bec6d9e1 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -57,7 +57,7 @@ <RelativeLayout android:id="@+id/textsend" - + android:animateLayoutChanges="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentLeft="true" diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 214dbe642..e766d101c 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -52,6 +52,7 @@ \n\nhttps://www.openstreetmap.org/\n(Open Database License) \n\nhttp://xmpp.rocks/\n(The MIT License (MIT)) \n\nhttps://github.com/championswimmer/SimpleFingerGestures_Android_Library/\n(Apache License, Version 2.0) + \n\nhttps://github.com/yshrsmz/KeyboardVisibilityEvent/\n(Apache License, Version 2.0) </string> <string name="default_resource" translatable="false">Phone</string> |