Skip to content

Commit

Permalink
[Material-iOS/FeatureHighlight, Material-iOS/FlexibleHeader, Material…
Browse files Browse the repository at this point in the history
…-iOS/HeaderStackView, Material-iOS/PageControl, Material-iOS/ShadowElevation] Fix broken images in iOS/Supporting APIs dev docs

PiperOrigin-RevId: 368295102
  • Loading branch information
Nobody authored and material-automation committed Apr 13, 2021
1 parent 5cb61f3 commit 39911e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions components/FeatureHighlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ api_doc_root: true

[![Open bugs badge](https://img.shields.io/badge/dynamic/json.svg?label=open%20bugs&url=https%3A%2F%2Fapi.github.com%2Fsearch%2Fissues%3Fq%3Dis%253Aopen%2Blabel%253Atype%253ABug%2Blabel%253A%255BFeatureHighlight%255D&query=%24.total_count)](https://github.com/material-components/material-components-ios/issues?q=is%3Aopen+is%3Aissue+label%3Atype%3ABug+label%3A%5BFeatureHighlight%5D)

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/feature_highlight.png" alt="Feature Highlight" width="375">
</div>
<img src="docs/assets/feature_highlight.png" alt="Feature Highlight" width="375">

The Feature Highlight component is a way to visually highlight a part of the screen in order to introduce users to new features and functionality.

Expand Down
4 changes: 1 addition & 3 deletions components/FlexibleHeader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ api_doc_root: true
A flexible header is a container view whose height and vertical offset react to
UIScrollViewDelegate events.

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/flexible-header.gif" alt="An animation showing a flexible header appearing and disappearing." width="320">
</div>
<img src="docs/assets/flexible-header.gif" alt="An animation showing a flexible header appearing and disappearing." width="320">

## Design & API documentation

Expand Down
4 changes: 1 addition & 3 deletions components/HeaderStackView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ api_doc_root: true
The header stack view component is a view that coordinates the layout of two vertically stacked
bar views.

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/header_stack_view.png" alt="Header Stack View" width="320">
</div>
<img src="docs/assets/header_stack_view.png" alt="Header Stack View" width="320">

## Design & API Documentation

Expand Down
4 changes: 1 addition & 3 deletions components/PageControl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ influenced by Material Design specifications for animation and layout. The API m
same as a `UIPageControl`, with the addition of a few key methods required to achieve the
desired animation of the control.

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/pagecontrol.gif" alt="An animation demonstrating a page control alternating between three pages." width="190">
</div>
<img src="docs/assets/pagecontrol.gif" alt="An animation demonstrating a page control alternating between three pages." width="190">

## Design & API documentation

Expand Down
4 changes: 1 addition & 3 deletions components/ShadowElevations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Higher shadow elevations have greater shadow intensities, akin to raising an obj
surface resulting in a more prominent, albeit more diffuse, shadow. This component provides commonly
used Material Design elevations for components.

<div class="article__asset article__asset--screenshot">
<img src="docs/assets/shadows.png" alt="Shadows" width="375">
</div>
<img src="docs/assets/shadows.png" alt="Shadows" width="375">

## Design & API Documentation

Expand Down

0 comments on commit 39911e5

Please sign in to comment.