File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/communication-services/how-tos/ui-library-sdk/includes/theming Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Theming on Android is handled via XML resource files. We expose the following re
2929Contoso developers can implement a ** Theme** within their apps like this one to supply the primary color and tints.
3030
3131``` XML
32- <style name =" Contoso.Theme.Calling " parent =" AzureCommunicationUICalling.Theme" >
32+ <style name =" MyCompany.CallComposite " parent =" AzureCommunicationUICalling.Theme" >
3333 <item name =" azure_communication_ui_calling_primary_color" >#7800D4</item >
3434 <item name =" azure_communication_ui_calling_primary_color_tint10" >#882BD8</item >
3535 <item name =" azure_communication_ui_calling_primary_color_tint20" >#E0C7F4</item >
You can’t perform that action at this time.
0 commit comments