diff options
author | Tarun Nainani <tnainani@codeaurora.org> | 2015-03-11 16:24:06 -0700 |
---|---|---|
committer | WebTech Code Review <code-review@localhost> | 2015-04-24 16:33:41 -0700 |
commit | 814f80e9a3b164db54966373b08ba7bab59f5dbe (patch) | |
tree | ea4f8322cc15a481bf1b13294725e29950f751c3 /res | |
parent | f9cb0cb7cee31ea03beeca23bc396d44de3f2a8f (diff) | |
download | android_packages_apps_Gello-814f80e9a3b164db54966373b08ba7bab59f5dbe.tar.gz android_packages_apps_Gello-814f80e9a3b164db54966373b08ba7bab59f5dbe.tar.bz2 android_packages_apps_Gello-814f80e9a3b164db54966373b08ba7bab59f5dbe.zip |
Add resource to control minimum number of active tabs
'feature_min_active_tabs'- min number of active tabs. By default
we keep number of active tabs as two for all devices including
low tier.
CR-Fixed: 804114
Change-Id: I085bf1d44b2f9e84adefb8180933a96c1d376323
Diffstat (limited to 'res')
-rw-r--r-- | res/values/integers.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/integers.xml b/res/values/integers.xml index 84c48be9..8758f9d8 100644 --- a/res/values/integers.xml +++ b/res/values/integers.xml @@ -34,4 +34,8 @@ <integer name="titlebar_animation_duration">200</integer> <integer name="netswitch_type_remind">1</integer> <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</item> + + <!-- MemoryMonitor minimum number of active tabs --> + <integer name="feature_num_min_active_tabs">2</integer> + </resources> |