Skip to content

Commit

Permalink
Updated design for custom channel field so it matches the other dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
diareuse authored and topjohnwu committed Jul 20, 2019
1 parent f6045bf commit 9d2e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/custom_channel_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:padding="@dimen/margin_generic">

<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/settings_update_custom_msg"
Expand Down

0 comments on commit 9d2e5d6

Please sign in to comment.