Skip to content

Commit 7080c4e

Browse files
authored
Update android.md
1 parent 853e7b8 commit 7080c4e

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/how-tos/ui-library-sdk/includes/theming

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/ui-library-sdk/includes/theming/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Theming on Android is handled via XML resource files. We expose the following re
2929
Contoso 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>

0 commit comments

Comments
 (0)