From 73fa4868d0e43642728ec98ecc2fe7a2c3cf83cf Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 8 Aug 2016 16:59:43 +0200 Subject: [PATCH] Improved scroll speed in ChatFragment --- res/layout/chat_bubble.xml | 114 +++++ res/layout/chat_bubble_incoming.xml | 114 ----- res/layout/chat_bubble_outgoing.xml | 112 ----- src/org/linphone/ChatFragment.java | 612 ++++++++++++++++++++----- src/org/linphone/SettingsFragment.java | 3 - src/org/linphone/ui/BubbleChat.java | 463 ------------------- 6 files changed, 601 insertions(+), 817 deletions(-) create mode 100644 res/layout/chat_bubble.xml delete mode 100644 res/layout/chat_bubble_incoming.xml delete mode 100644 res/layout/chat_bubble_outgoing.xml delete mode 100644 src/org/linphone/ui/BubbleChat.java diff --git a/res/layout/chat_bubble.xml b/res/layout/chat_bubble.xml new file mode 100644 index 000000000..1b0bc6601 --- /dev/null +++ b/res/layout/chat_bubble.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + +