Skip to content

Commit

Permalink
Showcase: Migrate DraweeRoundedCornersFragment to Vito
Browse files Browse the repository at this point in the history
Reviewed By: kartavya-ramnani

Differential Revision: D63400227

fbshipit-source-id: e0eb838a1ea521ab3a80c2ec53e9304931177fa3
  • Loading branch information
oprisnik authored and facebook-github-bot committed Oct 8, 2024
1 parent 3834ecc commit b30678d
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 278 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ object ExampleDatabase {
"Drawee",
listOf(
ExampleItem("Simple DraweeSpan") { DraweeSpanSimpleTextFragment() },
ExampleItem("Rounded Corners") { DraweeRoundedCornersFragment() },
ExampleItem("Drawee Transition") { DraweeTransitionFragment() },
ExampleItem("Retaining Data Source Supplier") {
RetainingDataSourceSupplierFragment()
Expand Down Expand Up @@ -109,6 +108,7 @@ object ExampleDatabase {
ExampleItem("Media Provider") { VitoMediaPickerFragment() },
ExampleItem("Multi URI") { MultiUriFragment() },
ExampleItem("Placeholder, Progress, Failure") { ImageLayersFragment() },
ExampleItem("Rounded Corners") { VitoRoundedCornersFragment() },
)),
ExampleCategory(
"Vito Renderer",
Expand Down

This file was deleted.

Loading

0 comments on commit b30678d

Please sign in to comment.