Added Support for Chevron in UIButton#4222
Conversation
|
@jwoo-msft what's our story for Android? What about the other platforms? @golddove / @RebeccaAnne |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> | ||
| <device id="retina4_7" orientation="portrait"> | ||
| <adaptation id="fullscreen"/> |
There was a problem hiding this comment.
Curious - how does the xib approach work again? Do they optionally get to pull this in to their source/project or something like that?
There was a problem hiding this comment.
This XIB will be part of iOS SDK. Devs will need to modify this XIB to have "chevrons" for showcard buttons. I've provided such changes in the XIB as part of PR #4221 for reference.
@shalinijoshi19 UWP should be able to do this through XML. We need to investigate on Android if native styling approaches are feasible. |
…os-actionbutton-update
…daptiveCards into jwoo/ios-actionbutton-update
* Added xib for showcard actions * corrected XIB usage * fixed merge issue * updated separator logic
* Added xib for showcard actions * corrected XIB usage * fixed merge issue * updated separator logic
Related Issue
Fixed #4167 for iOS
Description
How Verified
How you verified the fix, including one or all of the following:
Microsoft Reviewers: Open in CodeFlow