13 Commits

Author SHA1 Message Date
Andrew Overton
378fab16a8 [ActionSheet] Remove reference to beta
PiperOrigin-RevId: 328730876
2020-08-27 07:11:35 -07:00
Andrew Overton
a5d83de736 [ActionSheet] Delete MDCActionSheetTypographyThemer
PiperOrigin-RevId: 321590607
2020-07-16 10:14:04 -07:00
Andrew Overton
e4805f0c2c [ActionSheet] Delete MDCActionSheetColorThemer
PiperOrigin-RevId: 321431638
2020-07-15 13:53:40 -07:00
Andrew Overton
1bca00af2f [ActionSheet] Rename ActionSheet assets
PiperOrigin-RevId: 321383766
2020-07-15 10:13:06 -07:00
Jeff Verkoeyen
92254ea119 Rename all icons to an ic_<#name#> convention.
PiperOrigin-RevId: 308232277
2020-04-24 04:33:51 -07:00
Robert Moore
8fb17f7b0a
[ActionSheet] Add contentEdgeInsets API. (#9008)
This is the first of three APIs required to support customized action cell
layouts necessary for internal design guidelines.  The `contentEdgeInsets` API
allows configuring the inset/outset values of the content rectangle of each
action cell.

Part of #8709
2019-11-22 07:19:49 -05:00
Cody Weaver
f46357b1fc
[Docs] Fix links within documenation (#7208)
This change fixes the broken links in MDCActionSheet and MDCAppBar components. This also moves the Themer documentation to an "unsupported" section.
2019-04-22 13:17:41 -04:00
Cody Weaver
9696880a71
[ActionSheet] Graduate theming extension to ready (#7181)
## Context
As part of our work to move away from _themer_ objects and onto _theming extension_ we need to graduate all of our components theming extensions to the MaterialComponents pod. 

## The fix
This PR updates the ActionSheet theming extension to the MaterialComponents pod, as well as updating examples and unit test. Additionally this removes the documentation for _themers_ since they were never out of the MaterialComponentsBeta podspec. The documentation for _themers_ is replaced with documentation for the _theming extension_.

## Bug
Closes #7160
2019-04-22 07:40:39 -04:00
featherless
73bdc03c2b
[automated] Rename MaterialComponentsAlpha to MaterialComponentsBeta. (#6018)
This is an automated change generated by replacing all instances of MaterialComponentsAlpha with MaterialComponentsBeta. This is not a breaking change because changes to Alpha/Beta components (including renaming them) are not considered breaking.

The MaterialComponentsAlpha podspec was mistakenly named Alpha, when what we meant was more close to Beta. The distinction is that Alpha components are not expected to be used by clients, while Beta components are.
2018-12-14 10:47:31 -05:00
Cody Weaver
255f6e99b4
[ActionSheet] Update docs to include themers (#5209)
### Context
The docs for ActionSheet haven't been updated since the initial PR.
### The problem
There was no section for theming, color or typography theming.
### The fix
Add sections for both color and typography theming to the README.
2018-09-24 15:26:02 -04:00
Cody Weaver
99f8e4c27e
[ActionSheet] Update the docs (#5134)
Update docs to reflect that this is an alpha component.
2018-09-14 16:30:01 -04:00
Cody Weaver
f76df19f12
[ActionSheet] Add scrim accessibility properties. (#4919)
Before this commit the scrim doesn't have any of the properties needed for accessibility, this will add the functionality that will allow clients to set accessibility properties on the scrim.

Closes #4902
2018-08-29 14:11:52 -04:00
Cody Weaver
1f4b8e0789
[ActionSheet] Add Action sheet (#4830)
This PR adds the Action Sheet component for the iOS platform. In a later PR theming will be added and then an App Bar to support full screen.
2018-08-28 06:16:23 -04:00