Skip to content

Commit

Permalink
ANDROID-13391 Define error feedback icon resource for vivo (#261)
Browse files Browse the repository at this point in the history
* ANDROID-13391 Define error feedback icon resource for vivo

* ANDROID-13391 Define info feedback icon resource for vivo
  • Loading branch information
yamal-alm authored Jun 7, 2023
1 parent 752f6b3 commit ab66eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/src/main/res/values/themes_vivo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<item name="feedbackScreenSuccessWithGradient">false</item>
<item name="feedbackScreenSuccessInverse">true</item>
<item name="feedbackScreenSuccessAnimation">@raw/feedback_success_vivo</item>
<item name="feedbackScreenErrorAnimation">@raw/feedback_error</item>
<item name="feedbackScreenInfoIcon">@drawable/feedback_info</item>

<!-- Stepper -->
<item name="stepperFinishedStepAnimation">@raw/feedback_success</item>
Expand Down

0 comments on commit ab66eee

Please sign in to comment.