Skip to content

Commit

Permalink
Set default state of offline icon to "GONE" (#1834)
Browse files Browse the repository at this point in the history
Co-authored-by: Gino Miceli <228050+gino-m@users.noreply.github.com>
  • Loading branch information
shobhitagarwal1612 and gino-m authored Sep 4, 2023
1 parent 013f7b7 commit 7101fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ground/src/main/res/layout/survey_card_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="5dp"
android:visibility="gone"
app:layout_constraintEnd_toStartOf="@+id/overflowMenu"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/baseline_offline_pin_24"
Expand Down Expand Up @@ -95,6 +96,7 @@
android:text="@string/overflow_menu"
android:textAppearance="?android:textAppearanceLarge"
android:textStyle="bold"
android:visibility="gone"
app:layout_constraintBaseline_toBaselineOf="@id/title"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 7101fc7

Please sign in to comment.