We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93efd59 commit 8879689Copy full SHA for 8879689
1 file changed
core/res/res/values/strings.xml
@@ -3190,6 +3190,8 @@
3190
<string name="number_picker_increment_button">Increment</string>
3191
<!-- Description of the button to decrement the NumberPicker value. [CHAR LIMIT=NONE] -->
3192
<string name="number_picker_decrement_button">Decrement</string>
3193
+ <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] -->
3194
+ <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> touch and hold.</string>
3195
<!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] -->
3196
<string name="number_picker_increment_scroll_action">Slide up to increment and down to decrement.</string>
3197
0 commit comments