Skip to content

Commit

Permalink
Satisfy Google's internal markdown tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pubiqq committed May 14, 2024
1 parent c09ab82 commit a3bd80d
Show file tree
Hide file tree
Showing 33 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion docs/components/BadgeDrawable.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path: /catalog/badging/

# `BadgeDrawable`

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/badges/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/badge/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/BottomAppBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ revert back to the previous style.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using bottom app bars](#using-bottom-app-bars)
* [Bottom app bar](#bottom-app-bar)
* [Theming bottom app bars](#theming-bottom-app-bars)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/bottom-app-bar/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/bottomappbar/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/BottomNavigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ allow movement between primary destinations in an app.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using bottom navigation](#using-bottom-navigation)
* [Bottom navigation bar](#bottom-navigation-bar)
* [Theming](#theming-a-bottom-navigation-bar)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/navigation-bar/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/bottomnavigation/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/BottomSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ containing supplementary content that are anchored to the bottom of the screen.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using bottom sheets](#using-bottom-sheets)
* [Standard bottom sheet](#standard-bottom-sheet)
* [Modal bottom sheet](#modal-bottom-sheet)
* [Anatomy and key properties](#anatomy-and-key-properties)
* [Predictive Back](#predictive-back)
* [Theming](#theming-bottom-sheets)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/bottom-sheets/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/bottomsheet/package-summary)
Expand Down
6 changes: 3 additions & 3 deletions docs/components/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and make choices, with a single tap.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using buttons](#using-buttons)
* [Elevated button](#elevated-button)
* [Filled button](#filled-button)
Expand All @@ -27,7 +27,7 @@ and make choices, with a single tap.
* [Icon button](#icon-button)
* [Theming](#theming-buttons)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/buttons/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/button/package-summary)
Expand Down Expand Up @@ -948,7 +948,7 @@ In the layout:
/>
```

#### Styles & Theme attributes
#### Styles and Theme attributes

Element | Style | Theme Attribute
---------------------------- | ------------------------------------------------- | ---------------
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ a single subject.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using cards](#using-cards)
* [Card](#card)
* [Theming](#theming-cards)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/cards/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/card/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Carousels contain a collection of items that can move into or out of view

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using carousel](#using-carousel)
* [Multi-browse strategy](#multi-browse-strategy)
* [Hero strategy](#hero-strategy)
* [Fullscreen strategy](#fullscreen-strategy)
* [Attributes](#attributes)
* [Customizing carousel](#customizing-carousel)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/carousel/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/carousel/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ checked](assets/checkbox/checkbox_hero.png)

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using checkboxes](#using-checkboxes)
* [Checkbox](#checkbox)
* [Theming checkboxes](#theming-checkboxes)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/checkbox/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/checkbox/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ represent an input, attribute, or action.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using chips](#using-chips)
* [Assist chip](#assist-chip)
* [Filter chip](#filter-chip)
* [Input chip](#input-chip)
* [Suggestion chip](#suggestion-chip)
* [Theming chips](#theming-chips)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/chips/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/chip/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/DatePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ date or range of dates.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using date pickers](#using-date-pickers)
* [Calendar date picker](#calendar-date-picker)
* [Theming date pickers](#theming-date-pickers)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/date-pickers/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/datepicker/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ can contain critical information, require decisions, or involve multiple tasks.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using dialogs](#using-dialogs)
* [Basic dialog](#basic-dialog)
* [Full-screen dialog](#full-screen-dialog)
* [Theming](#theming-dialogs)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/date-pickers/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/dialog/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ groups.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using dividers](#using-dividers)
* [Divider's key properties](#key-properties)
* [Theming dividers](#theming-dividers)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/divider/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/divider/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/FloatingActionButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ represents the primary action of a screen.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using FABs](#using-fabs)
* [FABs](#fabs)
* [Small FABs](#small-fabs)
* [Large FABs](#large-fabs)
* [Extended FABs](#extended-fabs)
* [Theming FABs](#theming-fabs)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/floating-action-button/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/floatingactionbutton/package-summary)
Expand Down
2 changes: 1 addition & 1 deletion docs/components/MaterialTextView.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A MaterialTextView is a derivative of AppCompatTextView that displays text to
the user. To provide user-editable text, see
[EditText](https://developer.android.com/reference/android/widget/EditText).

## Design & API Documentation
## Design and API Documentation

* `MaterialTextView`
* [Class description](https://developer.android.com/reference/com/google/android/material/textview/MaterialTextView)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ temporary surfaces.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using menus](#using-menus)
* [Dropdown menus](#dropdown-menus)
* [Exposed dropdown menus](#exposed-dropdown-menus)
* [Theming](#theming-menus)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/menus/overview)
* [API reference](https://developer.android.com/reference/android/view/Menu)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/NavigationDrawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ access to destinations in your app.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using navigation drawers](#using-navigation-drawers)
* [Anatomy](#anatomy)
* [Standard navigation drawer](#standard-navigation-drawer)
* [Modal navigation drawer](#modal-navigation-drawer)
* [Predictive Back](#predictive-back)
* [Theming](#theming)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/navigation-drawer/overview)
* [API reference](https://developer.android.com/reference/com/google/android/material/navigation/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/NavigationRail.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ access to primary destinations in your app on tablet and desktop screens.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using navigation rail](#using-navigation-rail)
* [Navigation rail example](#navigation-rail-example)
* [Theming](#theming-a-navigation-rail)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/navigation-rail/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/navigationrail/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/ProgressIndicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ express an unspecified wait time or display the length of a process.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using progress indicators](#using-progress-indicators)
* [Linear progress indicators](#linear-progress-indicators)
* [Circular progress indicators](#circular-progress-indicators)
* [Anatomy and key properties](#anatomy-and-key-properties)
* [Theming progress indicators](#theming-progress-indicators)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/progress-indicators/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/progressindicator/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/RadioButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Use radio buttons to:

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using radio buttons](#using-radio-buttons)
* [Radio button](#radio-button)
* [Theming radio buttons](#theming-radio-buttons)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/radio-button/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/radiobutton/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ surface that allows product-specific branding and additional navigation icons.

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using search components](#using-search-components)
* [Search Bar](#search-bar)
* [Search View](#search-view)
* [Putting it all together](#putting-it-all-together)
* [Predictive Back](#predictive-back)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/search/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/search/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/SideSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See [Bottom Sheet documentation](BottomSheet.md) for documentation about

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using side sheets](#using-side-sheets)
* [Standard side sheet](#standard-side-sheet)
* [Modal side sheet](#modal-side-sheet)
Expand All @@ -26,7 +26,7 @@ See [Bottom Sheet documentation](BottomSheet.md) for documentation about
* [Predictive Back](#predictive-back)
* [Theming](#theming-side-sheets)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/side-sheets/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/sidesheet/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ selections from a range of values.

**Contents**

* [Design & API Documentation](#design-api-documentation)
* [Design and API Documentation](#design-api-documentation)
* [Using sliders](#using-sliders)
* [Continuous slider](#continuous-slider)
* [Discrete slider](#discrete-slider)
* [Theming sliders](#theming-sliders)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/sliders/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/slider/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Snackbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ button.](assets/snackbar/snackbar_hero.png)

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using snackbars](#using-snackbars)
* [Snackbar](#snackbar)
* [Theming snackbars](#theming-snackbars)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/snackbar/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/snackbar/package-summary)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ as "Wi-fi" and "Bluetooth"](assets/switch/switch_hero.png)

**Contents**

* [Design & API Documentation](#design--api-documentation)
* [Design and API Documentation](#design-and-api-documentation)
* [Using switches](#using-switches)
* [Switch](#switch)
* [Theming switches](#theming-switches)

## Design & API Documentation
## Design and API Documentation

* [Google Material3 Spec](https://material.io/components/switch/overview)
* [API Reference](https://developer.android.com/reference/com/google/android/material/switchmaterial/package-summary)
Expand Down

0 comments on commit a3bd80d

Please sign in to comment.