Skip to content

Commit

Permalink
Update strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
qw123wh authored Apr 4, 2021
1 parent 093c249 commit f0c525f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,24 @@
</string-array>

<!-- Values for the side-button setting. -->
<string-array name="volume_button_setting_values" translatable="false">
<string-array name="volume_button_setting_values" tools:ignore="MissingTranslation">
<item>1</item>
<item>2</item>
<item>0</item>
</string-array>

<!-- Setting title for the flip action setting. -->
<string name="flip_action_title" tools:ignore="MissingTranslation">Device flip action</string>

<!-- Setting title for the shake action setting. -->
<string name="shake_action_title" tools:ignore="MissingTranslation">Device shake action</string>

<!-- Entries listed in the setting flip and shake. -->
<string-array name="action_setting_entries" tools:ignore="MissingTranslation">
<item>Snooze</item>
<item>Dismiss</item>
<item>Nothing</item>
</string-array>

<!-- Accessibility labels for Clock activity buttons -->
<skip />
Expand Down

0 comments on commit f0c525f

Please sign in to comment.