Skip to content

Commit 3827d6f

Browse files
author
Damahe Code
committed
minor changes
1 parent 57bade9 commit 3827d6f

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ A Collection on all Jetpack compose UI Layouts, Demo screens to see it's potenti
3737
```more features coming soon```
3838

3939
## Screenshots
40-
```Coming soon.....```
40+
| <img src="assets/screenshots/preference-screen.png" width="200"/> | <img src="assets/screenshots/preference-screen-dark.png" width="200"/> | <img src="assets/screenshots/profile-screen.png" width="200"/> | <img src="assets/screenshots/template-screen.png" width="200"/> |
41+
|:---:|:---:|:---:|:---:|
42+
| Preference Screen | Preference Screen Dark | Profile Screen | Template Screen |
4143

4244
## Donation
4345
If this project help you reduce time to develop, you can give me a cup of coffee :)
Binary file not shown.

core/feature/src/main/java/com/code/damahe/feature/util/DemoDataProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ object DemoDataProvider {
1616
)
1717

1818
fun demoUIScreenListItems(context: Context) = listOf(
19-
FeatureList(context.getString(R.string.txt_material_theme), DrawableResourceIcon(MyIcons.Palette), "https://github.com/damahecode/material-Theme"),
19+
FeatureList(context.getString(R.string.txt_material_theme), DrawableResourceIcon(MyIcons.Palette), "https://github.com/damahecode/Material-Theme"),
2020
)
2121
}

0 commit comments

Comments
 (0)