collect icon indicating copy to clipboard operation
collect copied to clipboard

Apply M3 styling to user identity and change reason text fields

Open grzesiek2010 opened this issue 11 months ago • 1 comments

Closes #5949

Why is this the best possible solution? Were any other approaches considered?

I've decided to create a new style for TextInputLayouts to share the common attributes with custom values. For now, it's only the background color but it might be something else in the future too.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Please just confirm that the text fields (in text questions, user identity, and change reason) have the same background color.

Do we need any specific form for testing your changes? If so, please attach one.

I've used: audit.xlsx

Does this change require updates to documentation? If so, please file an issue here and include the link below.

No.

Before submitting this PR, please make sure you have:

  • [x] added or modified tests for any new or changed behavior
  • [x] run ./gradlew connectedAndroidTest (or ./gradlew testLab) and confirmed all checks still pass
  • [x] added a comment above any new strings describing it for translators
  • [x] verified that any code or assets from external sources are properly credited in comments and/or in the about file.
  • [x] verified that any new UI elements use theme colors. UI Components Style guidelines

grzesiek2010 avatar Mar 16 '24 19:03 grzesiek2010