Skip to content

Commit

Permalink
GIF optimization for README.md and change in canvas path example.
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankj-simform committed Aug 5, 2022
1 parent 0cb1541 commit e47e7a9
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,11 @@ class CanvasPathsActivity : ComponentActivity() {
val halfCanvasWidth = canvasWidth / 2
val halfCanvasHeight = canvasHeight / 2
val path = Path().apply {
moveTo(halfCanvasWidth, canvasHeight)
lineTo(0f, halfCanvasHeight)
lineTo(canvasWidth, halfCanvasHeight)
lineTo(canvasWidth, canvasHeight)
moveTo(canvasWidth, 0f)
lineTo(halfCanvasWidth, 0f)
lineTo(canvasWidth, halfCanvasHeight)
lineTo(halfCanvasWidth, canvasHeight)
lineTo(0f, canvasHeight)
}
drawPath(
path,
Expand Down
Binary file modified gif/Animation/BasicAnim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Animation/ContentAnim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Animation/InfiniteAnim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Animation/ShimmerAnim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Animation/TabBarAnim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/AppBar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/BottomDrawer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/BottomNav.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Button.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Checkbox.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/ComposeViewsInXml.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/DatePicker.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Dialog.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Dropdown.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/ImagePicker.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/List/AdvanceList.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/List/ListGrid.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/List/ListRowColumn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/MainScreen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/ModalDrawer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/ParallaxEffect.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/PullToRefresh/CustomBackgroundPullToRefresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/PullToRefresh/CustomViewPullToRefresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/PullToRefresh/SimplePullToRefresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/SampleUI/InstagramDemo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gif/Sliders.gif
Binary file modified gif/SwipeToDelete/swipeLeft+Right.gif
Binary file modified gif/SwipeToDelete/swipeLeft.gif
Binary file modified gif/SwipeToDelete/swipeRight.gif
Binary file modified gif/TabBar.gif
Binary file modified gif/Theme.gif
Binary file modified gif/TimePicker.gif
Binary file modified gif/Zoomview.gif
Binary file modified gif/canvas/canvas.gif
Binary file modified gif/canvas/path.jpg
Binary file modified gif/map/basic_map.gif
Binary file modified gif/map/navigation_viewer.gif
Binary file modified gif/map/scale_bar.gif
Binary file modified gif/map/snapshot.gif

0 comments on commit e47e7a9

Please sign in to comment.