From b04c2138317e00d75b6bb9e45c964d593c351aab Mon Sep 17 00:00:00 2001
From: Andy Scherzinger <info@andy-scherzinger.de>
Date: Fri, 9 Jul 2021 13:32:10 +0200
Subject: [PATCH] make disabled send button background transparent

Fixes #1414

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
---
 app/src/main/res/layout/controller_chat.xml | 2 ++
 scripts/analysis/findbugs-results.txt       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app/src/main/res/layout/controller_chat.xml b/app/src/main/res/layout/controller_chat.xml
index d7980e703..b65baa4a8 100644
--- a/app/src/main/res/layout/controller_chat.xml
+++ b/app/src/main/res/layout/controller_chat.xml
@@ -143,6 +143,8 @@
             app:attachmentButtonWidth="48dp"
             app:delayTypingStatus="200"
             app:inputButtonDefaultBgColor="@color/transparent"
+            app:inputButtonDefaultBgDisabledColor="@color/transparent"
+            app:inputButtonDefaultBgPressedColor="@color/transparent"
             app:inputButtonDefaultIconColor="@color/colorPrimary"
             app:inputButtonHeight="48dp"
             app:inputButtonMargin="0dp"
diff --git a/scripts/analysis/findbugs-results.txt b/scripts/analysis/findbugs-results.txt
index 662d98cc9..1fde7522a 100644
--- a/scripts/analysis/findbugs-results.txt
+++ b/scripts/analysis/findbugs-results.txt
@@ -1 +1 @@
-436
\ No newline at end of file
+434
\ No newline at end of file