Skip to content

Commit

Permalink
refactor: refactor UI code for better maintainability and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 17, 2024
1 parent a3cf95c commit 8106600
Show file tree
Hide file tree
Showing 22 changed files with 601 additions and 605 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Android widget for displaying Hijri date
</p>

| | |
| ------------------------------------------------------- | ----------------------------------------------------- |
| ![Widget in Arabic](screenshots/ar.png) | ![Widget in English](screenshots/en.png) |
| ![Widget Settings in light mode](screenshots/light.png) | ![Widget Settings in dark mode](screenshots/dark.png) |
| | |
| ---------------------------------------------------------- | -------------------------------------------------------- |
| ![Widget in Arabic](screenshots/ar.png) | ![Widget in English](screenshots/en.png) |
| ![Widget preferences in light mode](screenshots/light.png) | ![Widget preferences in dark mode](screenshots/dark.png) |
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
}

Expand Down
Loading

0 comments on commit 8106600

Please sign in to comment.