Update upgrade prompt on account details screen #706
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates the upgrade prompt on the account details screen to reflect the new Plus styling.
In doing this, I changed the way the plus background works so that it is essentially a wrapper around the relevant content instead of how I had it before where you had to manually create a Box and apply the background. I think this makes it easier to use the background because it hides some of that
Box
boilerplate.Testing Instructions
1. Main Flow
2. Checking the background
The background of this view is rendered using Compose on Android 12+ and using a drawable on Android <12 (because Compose's blur modifier only works on Android 12+). Please check confirm that the background looks good both on this view and on the full screen plus upgrade screen (opens when you tap the upgrade button) with both kinds of devices.
Screenshots or Screencast
Checklist
modules/services/localization/src/main/res/values/strings.xml
I have tested any UI changes...