Skip to content

Commit

Permalink
Merge pull request #1765 from worrycare/main
Browse files Browse the repository at this point in the history
docs: fix some comments
  • Loading branch information
bentrengrove committed Mar 31, 2024
2 parents 886c70a + f4dd29a commit 879ec1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/themeadapter-appcompat.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Recommendation: Use the [Material Theme Builder](https://m3.material.io/theme-bu

You can checkout [Material Design 3 in Compose](https://developer.android.com/jetpack/compose/designsystems/material3#material-theming) to learn more about creating and adding theme to your app using Material Theme Builder.

## Original Documenation
## Original Documentation

A library that enables the reuse of [AppCompat][appcompat] XML themes, for theming in [Jetpack Compose][compose].

The basis of theming in [Jetpack Compose][compose] is the [`MaterialTheme`][materialtheme] composable, where you provide [`Colors`][colors], [`Shapes`][shapes] and [`Typography`][typography] instances containing your styling parameters:

<details>
``` kotlin
MaterialTheme(
typography = type,
Expand Down
2 changes: 1 addition & 1 deletion docs/themeadapter-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Recommendation: Use the [Material Theme Builder](https://m3.material.io/theme-bu

You can checkout [Material Design 3 in Compose](https://developer.android.com/jetpack/compose/designsystems/material3#material-theming) to learn more about creating and adding theme to your app using Material Theme Builder.

## Original Documenation
## Original Documentation

A library that includes common utilities that enable the reuse of XML themes, for theming in [Jetpack Compose][compose].

Expand Down
2 changes: 1 addition & 1 deletion docs/themeadapter-material.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Recommendation: Use the [Material Theme Builder](https://m3.material.io/theme-bu

You can checkout [Material Design 3 in Compose](https://developer.android.com/jetpack/compose/designsystems/material3#material-theming) to learn more about creating and adding theme to your app using Material Theme Builder.

## Original Documenation
## Original Documentation

A library that enables the reuse of [MDC-Android][mdc] Material 2 XML themes, for theming in [Jetpack Compose][compose].

Expand Down
2 changes: 1 addition & 1 deletion docs/themeadapter-material3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Recommendation: Use the [Material Theme Builder](https://m3.material.io/theme-bu

You can checkout [Material Design 3 in Compose](https://developer.android.com/jetpack/compose/designsystems/material3#material-theming) to learn more about creating and adding theme to your app using Material Theme Builder.

## Original Documenation
## Original Documentation
A library that enables the reuse of [MDC-Android][mdc] Material 3 XML themes, for theming in [Jetpack Compose][compose].

![Material 3 Theme Adapter header](themeadapter/material3-header.png)
Expand Down

0 comments on commit 879ec1a

Please sign in to comment.