You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/messages/composer/internal/AudioRecordingButton.kt
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,14 @@ private class RecordingHintState(
Copy file name to clipboardExpand all lines: stream-chat-android-docs/src/main/kotlin/io/getstream/chat/docs/kotlin/ui/guides/AddingRecordingSupport.kt
Copy file name to clipboardExpand all lines: stream-chat-android-ui-components/src/main/kotlin/io/getstream/chat/android/ui/feature/messages/composer/MessageComposerViewStyle.kt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,8 @@ import io.getstream.chat.android.ui.common.R as UiCommonR
107
107
* @param audioRecordingButtonWidth The width of the button to record audio.
108
108
* @param audioRecordingButtonHeight The height of the button to record audio.
109
109
* @param audioRecordingButtonPadding The padding of the button to record audio.
110
-
* @param audioRecordingHoldToRecordText The info text that will be shown if touch event on audio button was too short.
110
+
* @param audioRecordingHoldToRecordText Optional override for the info text shown on a short touch of the audio button.
111
+
* When `null`, the text is resolved from string resources based on [audioRecordingSendOnComplete].
111
112
* @param audioRecordingHoldToRecordTextStyle The text style that will be used for the "hold to record" text.
112
113
* @param audioRecordingHoldToRecordBackgroundDrawable The drawable will be used as a background for the "hold to
113
114
* record" text.
@@ -215,7 +216,7 @@ public data class MessageComposerViewStyle(
Copy file name to clipboardExpand all lines: stream-chat-android-ui-components/src/main/kotlin/io/getstream/chat/android/ui/feature/messages/composer/content/DefaultMessageComposerOverlappingContent.kt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -717,7 +717,13 @@ public open class DefaultMessageComposerOverlappingContent : ConstraintLayout, M
Copy file name to clipboardExpand all lines: stream-chat-android-ui-components/src/main/res/layout/stream_ui_message_composer_default_center_overlap_floating_hold.xml
0 commit comments