summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2014-02-21 11:22:32 +0800
committeremancebo <emancebo@cyngn.com>2014-09-04 10:40:18 -0700
commite6ba43eb21489a7876f6d5808340335ba275be8e (patch)
treeddb6579ccb347a4b97c72da3732e01edaf373a29 /res
parenta1fd9193d24c0d2f062357058fc363a6334c4033 (diff)
downloadandroid_packages_apps_Gallery2-e6ba43eb21489a7876f6d5808340335ba275be8e.tar.gz
android_packages_apps_Gallery2-e6ba43eb21489a7876f6d5808340335ba275be8e.tar.bz2
android_packages_apps_Gallery2-e6ba43eb21489a7876f6d5808340335ba275be8e.zip
MoviePlayer: fix streaming video stepping forward
The default forward/rewind step is 3/6 seconds, which falls short to reach another intra-frame. Change the default to 10 seconds. Also, some code clean-up is made. CRs-Fixed: 613577 Change-Id: I94bceb5cdac0904545ef58609855c8fb8d6aa05a
Diffstat (limited to 'res')
-rw-r--r--res/values-zh-rCN/codeaurora_strings.xml6
-rw-r--r--res/values-zh-rTW/codeaurora_strings.xml6
-rw-r--r--res/values/codeaurora_strings.xml6
3 files changed, 9 insertions, 9 deletions
diff --git a/res/values-zh-rCN/codeaurora_strings.xml b/res/values-zh-rCN/codeaurora_strings.xml
index b1b2dbeb4..b80fc1ff1 100644
--- a/res/values-zh-rCN/codeaurora_strings.xml
+++ b/res/values-zh-rCN/codeaurora_strings.xml
@@ -30,10 +30,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Strings for step option settins -->
- <string name="setp_option_name">步长</string>
+ <string name="step_option_name">步长</string>
<string name="step_option_desc">定制快进/快退步长</string>
- <string name="setp_option_three_second">3秒</string>
- <string name="setp_option_six_second">6秒</string>
+ <string name="step_option_alternate">5秒</string>
+ <string name="step_option_default">10秒</string>
<string name="loop">"循环"</string>
<string name="single">"单次"</string>
diff --git a/res/values-zh-rTW/codeaurora_strings.xml b/res/values-zh-rTW/codeaurora_strings.xml
index 45317df19..69e431979 100644
--- a/res/values-zh-rTW/codeaurora_strings.xml
+++ b/res/values-zh-rTW/codeaurora_strings.xml
@@ -30,10 +30,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Strings for step option settins -->
- <string name="setp_option_name">步長</string>
+ <string name="step_option_name">步長</string>
<string name="step_option_desc">定制快進/快退步長</string>
- <string name="setp_option_three_second">3秒</string>
- <string name="setp_option_six_second">>6秒</string>
+ <string name="step_option_alternate">5秒</string>
+ <string name="step_option_default">>10秒</string>
<string name="loop">"循環"</string>
<string name="single">"單次"</string>
diff --git a/res/values/codeaurora_strings.xml b/res/values/codeaurora_strings.xml
index 386d2b11a..2c0c0d8ea 100644
--- a/res/values/codeaurora_strings.xml
+++ b/res/values/codeaurora_strings.xml
@@ -30,10 +30,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Strings for step option settins -->
- <string name="setp_option_name">Step</string>
+ <string name="step_option_name">Step</string>
<string name="step_option_desc">Customize fast forward/backward step</string>
- <string name="setp_option_three_second">3 seconds</string>
- <string name="setp_option_six_second">6 seconds</string>
+ <string name="step_option_alternate">5 seconds</string>
+ <string name="step_option_default">10 seconds</string>
<string name="loop">"Loop"</string>
<string name="single">"Single"</string>