Merge pull request #1433 from nextcloud/bugfix/1414/sendButtonTransparentBackground

make disabled send button background transparent
This commit is contained in:
Marcel Hibbe 2021-07-09 21:24:34 +02:00 committed by GitHub
commit e681016f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"