Skip to content

Commit

Permalink
Address ship review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla committed Nov 4, 2024
1 parent 9e439bd commit cb22efc
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@
android:id="@+id/feedbackSubmitHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/keyline_4"
android:layout_marginTop="@dimen/keyline_2"
android:text="@string/feedbackSubmitVpnHeader" />

<com.duckduckgo.common.ui.view.text.DaxTextView
android:id="@+id/feedbackSubmitEmailByLine"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/keyline_4"
android:text="@string/feedbackSubmitEmailByLine" />

<com.duckduckgo.common.ui.view.text.DaxTextInput
android:id="@+id/feedbackSubmitDescription"
android:layout_width="match_parent"
Expand All @@ -47,6 +40,13 @@
android:hint="@string/feedbackSubmitVpnDescriptionHint"
app:type="form_mode" />

<com.duckduckgo.common.ui.view.text.DaxTextView
android:id="@+id/feedbackSubmitEmailByLine"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/keyline_4"
android:text="@string/feedbackSubmitEmailByLine" />

<com.duckduckgo.common.ui.view.text.DaxTextInput
android:id="@+id/feedbackSubmitEmail"
android:layout_width="match_parent"
Expand Down

0 comments on commit cb22efc

Please sign in to comment.