Fixed chat action buttons color when custom wallpaper is applied

This commit is contained in:
Ilya Laktyushin
2018-11-27 22:58:28 +04:00
parent 40456cd069
commit b30ae66b1e
17 changed files with 154 additions and 186 deletions

View File

@@ -72,6 +72,10 @@ enum PresentationResourceKey: Int32 {
case chatPrincipalThemeEssentialGraphicsWithWallpaper
case chatPrincipalThemeEssentialGraphicsWithoutWallpaper
case chatPrincipalThemeAdditionalGraphicsWithCustomWallpaper
case chatPrincipalThemeAdditionalGraphicsWithDefaultWallpaper
case chatBubbleVerticalLineIncomingImage
case chatBubbleVerticalLineOutgoingImage
case chatServiceVerticalLineImage
@@ -85,9 +89,6 @@ enum PresentationResourceKey: Int32 {
case chatBubbleConsumableContentOutgoingIcon
case chatMediaConsumableContentIcon
case chatBubbleShareButtonImage
case chatBubbleNavigateButtonImage
case chatBubbleMediaOverlayControlSecret
case chatBubbleSecretMediaIcon
@@ -98,16 +99,6 @@ enum PresentationResourceKey: Int32 {
case chatUnreadBarBackgroundImage
case chatBubbleActionButtonIncomingMiddleImage
case chatBubbleActionButtonIncomingBottomLeftImage
case chatBubbleActionButtonIncomingBottomRightImage
case chatBubbleActionButtonIncomingBottomSingleImage
case chatBubbleActionButtonOutgoingMiddleImage
case chatBubbleActionButtonOutgoingBottomLeftImage
case chatBubbleActionButtonOutgoingBottomRightImage
case chatBubbleActionButtonOutgoingBottomSingleImage
case chatBubbleFileCloudFetchMediaIcon
case chatBubbleFileCloudFetchIncomingIcon
case chatBubbleFileCloudFetchOutgoingIcon