summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSagar Dhawan <sdhawan@codeaurora.org>2014-12-11 20:24:12 -0800
committerWebTech Code Review <code-review@localhost>2014-12-16 11:24:51 -0800
commit1e040c7c1ad54485a8eceabe10d6921106077eb6 (patch)
tree77d07c800adbe81ba501c78b5f5db6394125f669 /res
parent59608b7644bcc655dffc9edea48398f6a07c6a1d (diff)
downloadandroid_packages_apps_Gello-1e040c7c1ad54485a8eceabe10d6921106077eb6.tar.gz
android_packages_apps_Gello-1e040c7c1ad54485a8eceabe10d6921106077eb6.tar.bz2
android_packages_apps_Gello-1e040c7c1ad54485a8eceabe10d6921106077eb6.zip
Add Full Immersive Mode support for API 19+
Added immersive mode to the browser. Previous implementation was from 2011 and would only hide the status bar. Now we hide the entire System UI where supported (api 19+). Change-Id: I5b3c6079c38bd2035c3bf9ce60887ff85ccfa2a2
Diffstat (limited to 'res')
-rw-r--r--res/values-zh-rCN/strings.xml2
-rw-r--r--res/values/strings.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 1cb4191f..a932568a 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -290,7 +290,7 @@
<string name="pref_use_instant_search" msgid="1119176077760723740">"Google 即搜即得"</string>
<string name="pref_use_instant_search_summary" msgid="839320474961917522">"借助 Google 即搜即得,您可以在使用 Google 搜索时一边键入内容一边查看结果(此功能可能会增加数据使用量)。"</string>
<string name="pref_lab_fullscreen" msgid="8173609016657987973">"全屏"</string>
- <string name="pref_lab_fullscreen_summary" msgid="7694738112219376740">"使用全屏模式可隐藏状态栏"</string>
+ <string name="pref_lab_fullscreen_summary" msgid="7694738112219376740">"使用全屏模式</string>
<string name="pref_data_title" msgid="7255058703417796578">"带宽管理"</string>
<string name="pref_data_preload_title" msgid="4479320472980292873">"搜索结果预加载"</string>
<string-array name="pref_data_preload_choices">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 89df52d1..80903448 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -646,10 +646,10 @@
Use Google Instant when you use Google Search, to show results as you
type (this can increase data use).</string>
<!-- Title for the fullscreen lab feature [CHAR LIMIT=40] -->
- <string name="pref_lab_fullscreen">Fullscreen</string>
+ <string name="pref_lab_fullscreen">Immersive</string>
<!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] -->
<string name="pref_lab_fullscreen_summary">
- Use fullscreen mode to hide the status bar</string>
+ Make the browser fullscreen</string>
<!-- Title for bandwidth management preference [CHAR LIMIT=25] -->
<string name="pref_data_title">Bandwidth management</string>
<!-- Title for search preloading [CHAR LIMIT=40] -->