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

Skip to content

[Android][Button Icon rendering] [Button icons size, too big and not controllable] #3775

Description

@shbhadra

Platform

What platform is your issue or question related to? (Delete other platforms).

  • Android

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
image

As rendered on android
image

Metadata

Metadata

Assignees

Labels

BugPartner-MsftTeamsIssues related to AC integration with Microsoft Teams partnerPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)

Type

No type

Fields

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