Skip to content

Commit

Permalink
use smaller, filled circles for intermediary stops
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Feb 5, 2024
1 parent bd45519 commit ce1f44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/list_item_stop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:src="@drawable/leg_circle_middle"
android:padding="4dp"
android:src="@drawable/leg_circle_end"
app:layout_constraintBottom_toBottomOf="@+id/toTime"
app:layout_constraintStart_toEndOf="@+id/barrier"
app:layout_constraintTop_toTopOf="@+id/fromTime"
Expand Down

0 comments on commit ce1f44e

Please sign in to comment.