Skip to content

Commit

Permalink
ANDROID-13833 Copy VivoNew customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
dagonco committed Nov 7, 2023
1 parent da7d8fc commit 8654f95
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions library/src/main/res/values/themes_vivoNew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,33 @@
<item name="titleStyle">title1</item>
</style>

<!-- Just a copy of the above. As themes do no support multiple inheritance -->
<style name="VivoNew_Customizations" parent="VivoNew_Base">
<!-- Gradients (assistant, pin fingerprint screens) -->
<item name="colorGradientBackgroundFirst">?colorBackgroundBrand</item>
<item name="colorGradientBackgroundSecond">?colorBackgroundBrand</item>
<item name="colorGradientBackgroundThird">?colorBackgroundBrand</item>
<item name="colorGradientBackgroundFourth">?colorBackgroundBrand</item>
<item name="colorLoginLoadingGradientFirst">?colorBackgroundBrand</item>
<item name="colorLoginLoadingGradientSecond">?colorBackgroundBrand</item>
<item name="colorLoginLoadingGradientThird">?colorBackgroundBrand</item>
<item name="colorLoginLoadingGradientFourth">?colorBackgroundBrand</item>

<!-- Feedbacks -->
<item name="feedbackScreenSuccessWithGradient">false</item>
<item name="feedbackScreenSuccessInverse">true</item>
<item name="feedbackScreenSuccessAnimation">@raw/feedback_success_vivo_new</item>
<item name="feedbackScreenErrorAnimation">@raw/feedback_error</item>
<item name="feedbackScreenInfoIcon">@drawable/feedback_info</item>

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

<!-- Compose -->
<item name="composeBrand">vivoNew</item>

<!-- Title -->
<item name="titleStyle">title1</item>
</style>

</resources>

0 comments on commit 8654f95

Please sign in to comment.