summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2015-07-02 14:13:56 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:45 +0200
commit680d3981b289233b9ff3d60683e99880dc90559c (patch)
tree7d47afe55560ece25bc20dde765e7d772dc5f5c0 /res
parentae96460b82f14f740e5b59b1d15b76e89f3b44c8 (diff)
downloadandroid_packages_apps_Gello-680d3981b289233b9ff3d60683e99880dc90559c.tar.gz
android_packages_apps_Gello-680d3981b289233b9ff3d60683e99880dc90559c.tar.bz2
android_packages_apps_Gello-680d3981b289233b9ff3d60683e99880dc90559c.zip
Increase max tabs to 100
Change-Id: If0be874768553b72d94d05f2fe7a69b7c62af23e
Diffstat (limited to 'res')
-rw-r--r--res/values/integers.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/integers.xml b/res/values/integers.xml
index 8758f9d8..5fc8763c 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -19,7 +19,7 @@
<!-- The number of lines in the suggestions dropdown in portrait -->
<integer name="max_suggest_lines_portrait">4</integer>
<!-- The maximum number of open tabs -->
- <integer name="max_tabs">16</integer>
+ <integer name="max_tabs">100</integer>
<!-- The duration of the tab animations in millisecs -->
<integer name="tab_animation_duration">200</integer>
<!-- The maximum number of most visited URLs in the history tab -->