Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Android] WeatherLarge.json card is showing a white background #6299

Description

@almedina-ms

Target Platforms

Android

SDK Version

latest main

Application Name

AdaptiveCards Mobile app

Problem Description

The v1.0/Scenarios/WeatherLarge.json card is showing a white background on the columns rendered on top of a card with a background image. The correct behaviour would not include this white background at all.

Screenshots

No response

Card JSON

{
	"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
	"type": "AdaptiveCard",
	"version": "1.0",
	"speak": "<s>Weather forecast for Monday is high of 62 and low of 42 degrees with a 20% chance of rain</s><s>Winds will be 5 mph from the northeast</s>",
	"backgroundImage": "https://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Background.jpg",
	"body": [
		{
			"type": "ColumnSet",
			"columns": [
				{
					"type": "Column",
					"width": "35",
					"items": [
						{
							"type": "Image",
							"url": "https://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png",
							"size": "stretch",
							"altText": "Mostly cloudy weather"
						}
					]
				},
				{
					"type": "Column",
					"width": "65",
					"items": [
						{
							"type": "TextBlock",
							"text": "Tue, Nov 5, 2019",
							"weight": "bolder",
							"size": "large",
							"wrap": true
						},
						{
							"type": "TextBlock",
							"text": "32 / 50",
							"size": "medium",
							"spacing": "none",
							"wrap": true
						},
						{
							"type": "TextBlock",
							"text": "31% chance of rain",
							"spacing": "none",
							"wrap": true
						},
						{
							"type": "TextBlock",
							"text": "Winds 4.4 mph SSE",
							"spacing": "none",
							"wrap": true
						}
					]
				}
			]
		},
		{
			"type": "ColumnSet",
			"columns": [
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Wednesday"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "https://messagecardplayground.azurewebsites.net/assets/Drizzle-Square.png",
							"altText": "Drizzly weather"
						},
						{
							"type": "FactSet",
							"horizontalAlignment": "right",
							"facts": [
								{
									"title": "High",
									"value": "50"
								},
								{
									"title": "Low",
									"value": "32"
								}
							]
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Wednesday",
						"url": "https://www.microsoft.com"
					}
				},
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Thursday"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "https://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png",
							"altText": "Mostly cloudy weather"
						},
						{
							"type": "FactSet",
							"facts": [
								{
									"title": "High",
									"value": "50"
								},
								{
									"title": "Low",
									"value": "32"
								}
							]
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Thursday",
						"url": "https://www.microsoft.com"
					}
				},
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Friday"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "https://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png",
							"altText": "Mostly cloudy weather"
						},
						{
							"type": "FactSet",
							"facts": [
								{
									"title": "High",
									"value": "59"
								},
								{
									"title": "Low",
									"value": "32"
								}
							]
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Friday",
						"url": "https://www.microsoft.com"
					}
				},
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Saturday"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "https://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png",
							"altText": "Mostly cloudy weather"
						},
						{
							"type": "FactSet",
							"facts": [
								{
									"title": "High",
									"value": "50"
								},
								{
									"title": "Low",
									"value": "32"
								}
							]
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Saturday",
						"url": "https://www.microsoft.com"
					}
				}
			]
		}
	]
}

Sample Code Language

No response

Sample Code

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions