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
@@ -82,24 +84,4 @@ To enable night mode programmatically, Android provides the following function.
82
84
83
85
### Font color
84
86
85
-
The `foregroundOnPrimaryColor` allows you to programmatically update the font color that appears on elements using the primary color. You can use this method when you want to match a specific theme or brand guidelines. By invoking `foregroundOnPrimaryColor`, you should ensure that the text remains legible and visually appealing by selecting an appropriate contrasting font color for the primary-colored components.
86
-
87
-
#### [Kotlin](#tab/kotlin)
88
-
89
-
```kotlin
90
-
val callComposite:CallComposite=
91
-
CallCompositeBuilder()
92
-
.theme(R.style.MyCompany_CallComposite)
93
-
.build()
94
-
```
95
-
96
-
#### [Java](#tab/java)
97
-
98
-
```java
99
-
CallComposite callComposite =
100
-
newCallCompositeBuilder()
101
-
.theme(R.style.MyCompany_CallComposite)
102
-
.build();
103
-
```
104
-
105
-
----
87
+
The `azure_communication_ui_calling_foreground_on_primary_color` allows you to configure the font color that appears on elements using the primary color. You can use this setting when you want to match a specific theme or brand guidelines. By changing `azure_communication_ui_calling_foreground_on_primary_color`, you should ensure that the text remains legible and visually appealing by selecting an appropriate contrasting font color for the primary-colored components.
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/ui-library-sdk/includes/theming/ios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ let callCompositeOptions = CallCompositeOptions(theme: CustomThemeOptions())
60
60
61
61
### Font color
62
62
63
-
The `foregroundOnPrimaryColor` allows you to programmatically update the font color that appears on elements using the primary color. You can use this method when you want to match a specific theme or brand guidelines. By invoking `foregroundOnPrimaryColor`, you should ensure that the text remains legible and visually appealing by selecting an appropriate contrasting font color for the primary-colored components.
63
+
The `foregroundOnPrimaryColor` allows you to programmatically update the font color that appears on elements using the primary color. You can use this method when you want to match a specific theme or brand guidelines. By invoking `foregroundOnPrimaryColor`, you should ensure that the text remains legible and visually appealing by selecting an appropriate contrasting font color for the primary-colored components.
0 commit comments