Platform
What platform is your issue or question related to? (Delete other platforms).
Author or host
HOST
Version of SDK
1.2.6
Details
For icons placed on the left of the title in a button, the image appears too large and further the size is not controllable using the host config. The icons rendered on web are a lot smaller.
Following screenshots illustrate the issue. They are for the below mentioned Json
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "This card's action will open a URL" } ], "actions": [ { "type": "Action.OpenUrl", "title": "Action.OpenUrl", "url": "https://adaptivecards.io", "iconUrl": "https://adaptivecards.io/content/cats/1.png" } ] }
As rendered on web

As rendered on android

Platform
What platform is your issue or question related to? (Delete other platforms).
Author or host
HOST
Version of SDK
1.2.6
Details
For icons placed on the left of the title in a button, the image appears too large and further the size is not controllable using the host config. The icons rendered on web are a lot smaller.
Following screenshots illustrate the issue. They are for the below mentioned Json
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "This card's action will open a URL" } ], "actions": [ { "type": "Action.OpenUrl", "title": "Action.OpenUrl", "url": "https://adaptivecards.io", "iconUrl": "https://adaptivecards.io/content/cats/1.png" } ] }As rendered on web

As rendered on android
