Skip to content

Commit d8d3e0a

Browse files
committed
Internal change
PiperOrigin-RevId: 324209932
1 parent 5f9aa7f commit d8d3e0a

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

docs/components/BottomSheetBehavior.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ Note: If you want to use Bottom Sheets that are modal (dialogs), use
2222

2323
## Design & API Documentation
2424

25-
- [Material Design guidelines: Bottom
26-
Sheets](https://material.io/go/design-sheets-bottom#bottom-sheets-persistent-bottom-sheets)
27-
- [Class
28-
definition](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/bottomsheet/BottomSheetBehavior.java)
29-
- [Class
30-
overview](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetBehavior)
25+
- [Material Design guidelines: Bottom Sheets](https://material.io/go/design-sheets-bottom#bottom-sheets-persistent-bottom-sheets)
26+
- [Class definition](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/bottomsheet/BottomSheetBehavior.java)
27+
- [Class overview](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetBehavior)
3128

3229
## Usage
3330

docs/components/BottomSheetDialogFragment.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ Note: To implement non-modal **Persistent bottom sheets** use
2424

2525
## Design & API Documentation
2626

27-
- [Material Design guidelines: Modal Bottom
28-
Sheets](https://material.io/go/design-sheets-bottom#bottom-sheets-modal-bottom-sheets)
29-
- [Class
30-
definition](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/bottomsheet/BottomSheetDialogFragment.java)
31-
- [Class
32-
overview](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetDialogFragment)
27+
- [Material Design guidelines: Modal Bottom Sheets](https://material.io/go/design-sheets-bottom#bottom-sheets-modal-bottom-sheets)
28+
- [Class definition](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/bottomsheet/BottomSheetDialogFragment.java)
29+
- [Class overview](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetDialogFragment)
3330

3431
## Usage
3532

docs/components/NavigationView.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ side, used to display in-app navigation links.
2121

2222
## Design & API Documentation
2323

24-
- [Class
25-
definition](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/navigation/NavigationView.java)
26-
- [Class
27-
overview](https://developer.android.com/reference/com/google/android/material/navigation/NavigationView)
24+
- [Class definition](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/navigation/NavigationView.java)
25+
- [Class overview](https://developer.android.com/reference/com/google/android/material/navigation/NavigationView)
2826

2927
## Usage
3028

docs/directorystructure.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Material component directory structure
22

3-
All of the Material Components are located under **[lib/](https://github.com/material-components/material-components-android/tree/master/lib)**.
3+
All of the Material Components are located under
4+
**[lib/](https://github.com/material-components/material-components-android/tree/master/lib)**.
45

56
Classes in the library are separated into directories that are specific to each component, e.g.:
67

0 commit comments

Comments
 (0)