Skip to content

Commit

Permalink
Remove GIF from some components for optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankj-simform committed Aug 5, 2022
1 parent 7f2e152 commit a37ab22
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ To run the google map samples, you'll have to:

| App Bar | Bottom Navigation | Button |
| -- | -- | -- |
| <img src="/gif/AppBar.gif" height="500px"/> | <img src="/gif/BottomNav.gif" height="500px"/>| <img src="/gif/Button.gif" height="500px"/>
| <img src="/gif/AppBar.jpg" height="500px"/> | <img src="/gif/BottomNav.gif" height="500px"/>| <img src="/gif/Button.jpg" height="500px"/>

| Checkbox | Dialog | Dropdown |
| -- | -- | -- |
| <img src="/gif/Checkbox.gif" height="500px"/> | <img src="/gif/Dialog.gif" height="500px"/>| <img src="/gif/Dropdown.gif" height="500px"/>
| <img src="/gif/Checkbox.jpg" height="500px"/> | <img src="/gif/Dialog.gif" height="500px"/>| <img src="/gif/Dropdown.gif" height="500px"/>

| FAB | Modal Drawer | Bottom Drawer |
| -- | -- | -- |
Expand Down Expand Up @@ -67,7 +67,7 @@ To run the google map samples, you'll have to:

| LazyRow/Column | LazyVerticalGrid | Advance List |
| -- | -- | -- |
| <img src="/gif/List/ListRowColumn.gif" height="500px"/> | <img src="/gif/List/ListGrid.gif" height="500px"/>| <img src="/gif/List/AdvanceList.gif" height="500px"/>
| <img src="/gif/List/ListRowColumn.jpg" height="500px"/> | <img src="/gif/List/ListGrid.jpg" height="500px"/>| <img src="/gif/List/AdvanceList.gif" height="500px"/>

## Pull To Refresh
| Simple Pull To Refresh | Custom Background Pull To Refresh | Custom View Pull To Refresh |
Expand Down Expand Up @@ -144,7 +144,7 @@ To run the google map samples, you'll have to:

| GeoJSON | ScaleBar | Snapshot |
| -- | -- | -- |
| <img src="/gif/map/geo_json.jpg" height="500px"/> | <img src="/gif/map/scale_bar.gif" height="500px"/>| <img src="/gif/map/snapshot.gif" height="500px"/>
| <img src="/gif/map/geo_json.jpg" height="500px"/> | <img src="/gif/map/scale_bar.gif" height="500px"/>| <img src="/gif/map/snapshot.jpg" height="500px"/>

| Map in scrollable view | Compose Map In XML |
| -- | -- |
Expand Down
Binary file removed gif/AppBar.gif
Binary file not shown.
Binary file added gif/AppBar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gif/Button.gif
Binary file not shown.
Binary file added gif/Button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gif/Checkbox.gif
Binary file not shown.
Binary file added gif/Checkbox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gif/List/ListGrid.gif
Binary file not shown.
Binary file added gif/List/ListGrid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gif/List/ListRowColumn.gif
Binary file not shown.
Binary file added gif/List/ListRowColumn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gif/map/snapshot.gif
Binary file not shown.
Binary file added gif/map/snapshot.jpg
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 a37ab22

Please sign in to comment.