Skip to content

Commit

Permalink
fix(android): Use increment and decrement arrows on longpress delay
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Aug 21, 2024
1 parent e8bf8aa commit dc434a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_marginStart="5dp"
android:layout_marginEnd="5dp"
android:contentDescription="@string/ic_delay_time_down"
android:src="@drawable/ic_light_dialog_textsize_down" />
android:src="@drawable/ic_action_decrement" />

<!-- Seekbar range 0 to 6 corresponds to longpress duration 300 ms to 1500 ms -->
<SeekBar
Expand All @@ -43,7 +43,7 @@
android:layout_marginStart="5dp"
android:layout_marginEnd="5dp"
android:contentDescription="@string/ic_delay_time_up"
android:src="@drawable/ic_light_dialog_textsize_up" />
android:src="@drawable/ic_action_increment" />

</LinearLayout>

Expand Down

0 comments on commit dc434a7

Please sign in to comment.