Skip to content

Commit

Permalink
Remove "Other" label and hint from other input
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Dec 5, 2024
1 parent 1763e75 commit e378266
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ground/src/main/res/layout/multiple_choice_checkbox_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
android:id="@+id/user_response_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/other"
android:inputType="text"
android:text="@{item.otherText}"
android:visibility="@{item.isOtherOption ? View.VISIBLE: View.GONE}"
app:textChangedListener="@{viewModel.otherTextWatcher}" />
</com.google.android.material.textfield.TextInputLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
android:id="@+id/user_response_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/other"
android:inputType="text"
android:text="@{item.otherText}"
android:visibility="@{item.isOtherOption ? View.VISIBLE: View.GONE}"
app:textChangedListener="@{viewModel.otherTextWatcher}" />
</com.google.android.material.textfield.TextInputLayout>
Expand Down

0 comments on commit e378266

Please sign in to comment.