1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-03 18:43:19 +00:00
NewPipe/app/src/main/res/values/settings_keys.xml
2015-09-15 20:11:42 +02:00

15 lines
676 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="downloadPathPreference">download_path_preference</string>
<string name="useExternalPlayer">use_external_player</string>
<string name="autoPlayThroughIntent">autoplay_through_intent</string>
<string name="defaultResolutionPreference">default_resulution_preference</string>
<string-array name="resolutionList">
<item>720p</item>
<item>360p</item>
<item>240p</item>
<item>144p</item>
</string-array>
<string name="defaultResolutionListItem">360p</string>
<string name="showPlayWidthKodiPreference">show_play_with_kodi_preference</string>
</resources>