Skip to content

Commit

Permalink
Merge pull request #12242 from keymanapp/fix/android/arrows-longpress…
Browse files Browse the repository at this point in the history
…-menu

fix(android): Use increment and decrement arrows on longpress delay menu 📟
  • Loading branch information
darcywong00 authored Aug 23, 2024
2 parents fe96d81 + 7e95bfb commit 65b3c75
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 65b3c75

Please sign in to comment.