Skip to content

Commit

Permalink
Remove different styling for other field
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Dec 5, 2024
1 parent 8fb4ef4 commit 1763e75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ground/src/main/res/layout/multiple_choice_checkbox_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@
<variable
name="item"
type="com.google.android.ground.ui.datacollection.tasks.multiplechoice.MultipleChoiceItem" />


<variable
name="viewModel"
type="com.google.android.ground.ui.datacollection.tasks.multiplechoice.MultipleChoiceTaskViewModel" />
</data>


<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -51,7 +48,6 @@

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/text_input"
style="@style/EditSubmission.Task.Text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<variable
name="item"
type="com.google.android.ground.ui.datacollection.tasks.multiplechoice.MultipleChoiceItem" />

<variable
name="viewModel"
type="com.google.android.ground.ui.datacollection.tasks.multiplechoice.MultipleChoiceTaskViewModel" />
Expand All @@ -50,7 +49,6 @@

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/text_input"
style="@style/EditSubmission.Task.Text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
Expand Down

0 comments on commit 1763e75

Please sign in to comment.