Skip to content

Commit 37188e8

Browse files
authored
Added color in colors.xml for activity embedding snippets.
1 parent 66611cf commit 37188e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/src/main/res/values/colors.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
<color name="teal_700">#FF018786</color>
88
<color name="black">#FF000000</color>
99
<color name="white">#FFFFFFFF</color>
10-
</resources>
10+
<!-- For activity embedding snippets. -->
11+
<color name="divider_color">#AAFFFFFF</color>
12+
</resources>

0 commit comments

Comments
 (0)