Skip to content

Commit

Permalink
added converted hourglass png
Browse files Browse the repository at this point in the history
  • Loading branch information
sruthisun1 committed Feb 16, 2025
1 parent 17f56f8 commit 25a09f9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions app/src/main/res/drawable/convert_hourglass.xml

This file was deleted.

Binary file added app/src/main/res/drawable/hourglass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/event_tile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
android:layout_height="0dp"
android:layout_marginStart="16dp"
android:layout_marginTop="1dp"
android:src="@drawable/convert_hourglass"
android:src="@drawable/hourglass"
app:layout_constraintBottom_toBottomOf="@+id/eventTimeSpanText"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/eventTimeSpanText" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_event_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
android:layout_height="0dp"
android:layout_marginStart="20dp"
android:layout_marginTop="1dp"
android:src="@drawable/convert_hourglass"
android:src="@drawable/hourglass"
app:layout_constraintBottom_toBottomOf="@+id/event_time"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/event_time" />
Expand Down

0 comments on commit 25a09f9

Please sign in to comment.