summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/keycodes.xml
blob: e0d44ce041c00262c07f0ccc1ad8c6d50be0614f (plain)
1
2
3
4
5
6
7
8
9
<resources
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="MissingTranslation">

    <string name="keycode_media_next">87</string>
    <string name="keycode_media_previous">88</string>
    <string name="keycode_media_rewind">89</string>
    <string name="keycode_media_fast_forward">90</string>
</resources>