Skip to content

Commit

Permalink
Remove DraweeSpan Showcase sample
Browse files Browse the repository at this point in the history
Reviewed By: kartavya-ramnani

Differential Revision: D68030861

fbshipit-source-id: 97963a9d53450b22098adb0f384882a888246fa8
  • Loading branch information
oprisnik authored and facebook-github-bot committed Jan 14, 2025
1 parent b7daf22 commit 2958cda
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ object ExampleDatabase {

val examples =
listOf(
ExampleCategory(
"Drawee",
listOf(
ExampleItem("Simple DraweeSpan") { DraweeSpanSimpleTextFragment() },
)),
ExampleCategory(
"Image Pipeline",
listOf(
Expand Down

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions samples/showcase/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

<string name="vito_scale_type_help">Select either the landscape or portrait picture. Then select a scale type to apply for the large image.</string>

<string name="drawee_span_simple_text">Text with an # inline image using a DraweeSpan. Also works with @ animated images!</string>
<string name="drawee_span_simple_help">This example shows how to render text with an inline image. Change the scale type using the drop-down menu.</string>

<string name="drawee_rotation_help">Change the used RotationOptions using the drop-down menu on top.</string>

<string name="vito_transition_help">Tap the image to start the activity transition.</string>
Expand Down

0 comments on commit 2958cda

Please sign in to comment.