Skip to content

Commit

Permalink
added converted hourglass svg, looks strange though
Browse files Browse the repository at this point in the history
  • Loading branch information
sruthisun1 committed Feb 16, 2025
1 parent 40a13ac commit 17f56f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions app/src/main/res/drawable/convert_hourglass.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="44dp"
android:height="38dp"
android:viewportWidth="44"
android:viewportHeight="38">
<path
android:pathData="M10,1C18.58,1 27.16,1 36,1C36,3.31 36,5.62 36,8C35.34,8 34.68,8 34,8C33.732,9.093 33.464,10.186 33.188,11.313C32.123,14.617 31.653,15.95 29,18C29.268,18.516 29.536,19.031 29.813,19.563C30.781,21.55 31.655,23.582 32.5,25.625C33.756,28.996 33.756,28.996 36,31C35.444,35.556 35.444,35.556 34,37C30.384,37.334 26.754,37.325 23.125,37.375C22.105,37.412 21.086,37.45 20.035,37.488C17.266,37.521 14.723,37.509 12,37C9.805,34.477 9.805,34.477 9,32C9.474,31.587 9.949,31.175 10.438,30.75C12.187,28.79 12.432,27.515 13,25C13.66,24.34 14.32,23.68 15,23C15.707,21.35 16.379,19.684 17,18C16.041,16.917 16.041,16.917 15.063,15.813C13.013,13.018 12.387,11.383 12,8C11.34,8 10.68,8 10,8C9,5 9,5 10,1ZM13,4C13,4.33 13,4.66 13,5C19.6,5 26.2,5 33,5C33,4.67 33,4.34 33,4C26.4,4 19.8,4 13,4ZM28,8C29,10 29,10 29,10ZM20,11C19.67,11.99 19.34,12.98 19,14C20.372,16.19 20.372,16.19 22,18C24,17.209 24,17.209 26,16C26.33,15.01 26.66,14.02 27,13C25.161,10.713 25.161,10.713 22.375,10.875C21.199,10.937 21.199,10.937 20,11ZM19,18C20,20 20,20 20,20ZM26,18C27,20 27,20 27,20ZM20.375,23.375C18.785,24.9 18.785,24.9 19,27C19.763,26.814 20.526,26.629 21.313,26.438C24,26 24,26 27,27C27.33,26.01 27.66,25.02 28,24C24.119,21.672 24.119,21.672 20.375,23.375ZM17,30C17,30.33 17,30.66 17,31C21.29,31 25.58,31 30,31C30,30.67 30,30.34 30,30C25.71,30 21.42,30 17,30ZM13,33C13,33.33 13,33.66 13,34C19.6,34 26.2,34 33,34C33,33.67 33,33.34 33,33C26.4,33 19.8,33 13,33Z"
android:fillColor="#000000"/>
<path
android:pathData="M22,23C22.66,23 23.32,23 24,23C24,23.66 24,24.32 24,25C23.34,25 22.68,25 22,25C22,24.34 22,23.68 22,23Z"
android:fillColor="#000000"/>
<path
android:pathData="M22,16C24,17 24,17 24,17Z"
android:fillColor="#000000"/>
</vector>
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/ic_clock"
android:src="@drawable/convert_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/ic_clock"
android:src="@drawable/convert_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 17f56f8

Please sign in to comment.