Skip to content

Commit

Permalink
Added screenshots to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshmm02 committed Apr 25, 2022
1 parent 84c7525 commit 7b39d1d
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This library allows you to set Material 3 themes to your app. You can also manage dark mode and dynamic colors in your app. All changes are saved to SharedPreferences no need to manage it manually.

<b>Note</b>: This library does not support dynamic colors on devices lower than Android 12 i.e. API 31.

## Screenshots
| <img src="screenshots/theme_chooser_light.png" width="200"/>| <img src="screenshots/theme_chooser_dark.png" width="200"/>| <img src="screenshots/blue_light.png" width="200"/>| <img src="screenshots/blue_dark.png" width="200"/>|
|:---:|:---:|:---:|:---:|
| <img src="screenshots/pink_light.png" width="200"/>| <img src="screenshots/pink_dark.png" width="200"/>| <img src="screenshots/yellow_light.png" width="200"/>| <img src="screenshots/yellow_dark.png" width="200"/>|

## How to use
### Getting Started
Add the following gradle dependency to your build.gradle
Expand Down
Binary file added screenshots/blue_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/blue_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/pink_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/pink_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/theme_chooser_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/theme_chooser_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/yellow_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/yellow_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b39d1d

Please sign in to comment.