-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #473: MCA-4335 Various fixes and customization improveme…
…nt in InfobipRtcUi Merge in MML/infobip-mobile-messaging-android from jdzubak-MCA-4335-rtcui-fixes-and-improvements to master Squashed commit of the following: commit 343510896ee47ce3d881aca7d7a12bfd22b05563 Author: Jakub Dzubak <[email protected]> Date: Mon Dec 9 08:32:36 2024 +0100 MCA-4335 Various fixes and customization improvement in InfobipRtcUi commit 0182e3cb5c06dd3624a7f60af3e08a48ebde19c6 Author: Jakub Dzubak <[email protected]> Date: Fri Dec 6 15:04:06 2024 +0100 MCA-4335 Various fixes and customization improvement in InfobipRtcUi
- Loading branch information
1 parent
73d7ead
commit 7fc64c2
Showing
26 changed files
with
383 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...id-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/view/styles/InAppChatTheme.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.infobip.mobile.messaging.chat.view.styles | ||
|
||
data class InAppChatTheme @JvmOverloads constructor( | ||
val chatToolbarStyle: InAppChatToolbarStyle = InAppChatToolbarStyle(), | ||
val attachmentToolbarStyle: InAppChatToolbarStyle = InAppChatToolbarStyle(), | ||
val chatStyle: InAppChatStyle = InAppChatStyle(), | ||
val chatInputViewStyle: InAppChatInputViewStyle = InAppChatInputViewStyle(), | ||
val chatToolbarStyle: InAppChatToolbarStyle = InAppChatToolbarStyle(), | ||
val attachmentToolbarStyle: InAppChatToolbarStyle = InAppChatToolbarStyle(), | ||
val chatStyle: InAppChatStyle = InAppChatStyle(), | ||
val chatInputViewStyle: InAppChatInputViewStyle = InAppChatInputViewStyle(), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.