From e227fd293ed22d690d9b6b61bfc731de89bbec0b Mon Sep 17 00:00:00 2001 From: Kamalesh <56754616+imashnake0@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:57:38 -0400 Subject: [PATCH 1/2] Added `code blocks` Added inline code blocks to improve readability. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e87e6d2f..4f2287a4 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ GlideImage( // CoilImage, FrescoImage } ) ``` -> **Note**: You can also use the custom Composables for **CoilImage** and **FrescoImage**. +> **Note**: You can also use the custom Composables for **`CoilImage`** and **`FrescoImage`**. @@ -464,7 +464,7 @@ GlideImage( previewPlaceholder = R.drawable.poster ) ``` -> **Note**: You can also use the the `previewPlaceholder` parameter for **CoilImage** and **FrescoImage**. +> **Note**: You can also use the the `previewPlaceholder` parameter for **`CoilImage`** and **`FrescoImage`**. @@ -489,7 +489,7 @@ GlideImage( // CoilImage, FrescoImage } ) ``` - > **Note**: You can also use the Shimmer effect for **CoilImage** and **FrescoImage**. + > **Note**: You can also use the Shimmer effect for **`CoilImage`** and **`FrescoImage`**. @@ -511,7 +511,7 @@ GlideImage( // CoilImage, FrescoImage ``` The default value of the `circularReveal` is `null`. - > **Note**: You can also use the Circular Reveal Animation for **CoilImage** and **FrescoImage**. + > **Note**: You can also use the Circular Reveal Animation for **`CoilImage`** and **`FrescoImage`**. ## Palette You can extract primary (theme) color profiles with `BitmapPalette`. You can check out [Extract color profiles](https://developer.android.com/training/material/palette-colors#extract-color-profiles) to see what kinds of colors can be extracted. @@ -565,7 +565,7 @@ GlideImage( // CoilImage, FrescoImage also can be used. ) ) ``` - > **Note**: You can also use the Palette for **CoilImage** and **FrescoImage**. + > **Note**: You can also use the Palette for **`CoilImage`** and **`FrescoImage`**. ## Who's using Landscapist? If your project uses Landscapist, please let me know by creating a new issue! 🤗 From 57e40a2412a07a7f7870e29075f807591eb2e326 Mon Sep 17 00:00:00 2001 From: Kamalesh <56754616+imashnake0@users.noreply.github.com> Date: Tue, 5 Jul 2022 11:03:25 -0400 Subject: [PATCH 2/2] Fixed indent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2287a4..89bc67d2 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ GlideImage( // CoilImage, FrescoImage highlightColor = shimmerHighLight, durationMillis = 350, dropOff = 0.65f, - tilt = 20f + tilt = 20f ), // shows an error text message when request failed. failure = {