Skip to content

Commit

Permalink
Merge pull request #6019 from grzesiek2010/COLLECT-5949z
Browse files Browse the repository at this point in the history
Apply M3 styling to user identity and change reason text fields
  • Loading branch information
seadowg committed Mar 26, 2024
2 parents 2f8d417 + 0f4b444 commit 38a4b0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/changes_reason_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</LinearLayout>

<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
style="?textInputFilledStyle"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_extra_large">
Expand Down
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/identify_user_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</LinearLayout>

<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
style="?textInputFilledStyle"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_extra_large">
Expand Down
3 changes: 1 addition & 2 deletions collect_app/src/main/res/layout/widget_answer_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto">

<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
style="?textInputFilledStyle"
android:id="@+id/text_input_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:boxBackgroundColor="?colorSurfaceContainerLow"
app:errorTextAppearance="?textAppearanceBodyLarge">

<com.google.android.material.textfield.TextInputEditText
Expand Down
2 changes: 1 addition & 1 deletion collect_app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<color name="colorSurfaceContainerLow">#f7f7f7</color>
<color name="colorSurfaceContainer">#f7f7f7</color>
<color name="colorSurfaceContainerHigh">#f7f7f7</color>
<color name="colorSurfaceContainerHighest">#ecf5fa</color>
<color name="colorSurfaceContainerHighest">#f2f2f2</color>
<color name="colorSurfaceInverse">#003547</color>
<color name="colorOnSurfaceInverse">#E1F4FF</color>

Expand Down

0 comments on commit 38a4b0e

Please sign in to comment.