summaryrefslogtreecommitdiffstats
path: root/res/values/integers.xml
diff options
context:
space:
mode:
authorEnrico Ros <eros@codeaurora.org>2014-11-18 20:15:48 -0800
committerWebTech Code Review <code-review@localhost>2014-12-01 09:53:43 -0800
commit1f5a0952599285350be6b1351110518086047fd1 (patch)
tree6af2ffdb24ad21ad6cb567efb415e635de937daf /res/values/integers.xml
parent49b7925ec66faf5015fdd1862eada2978ddd5fde (diff)
downloadandroid_packages_apps_Gello-1f5a0952599285350be6b1351110518086047fd1.tar.gz
android_packages_apps_Gello-1f5a0952599285350be6b1351110518086047fd1.tar.bz2
android_packages_apps_Gello-1f5a0952599285350be6b1351110518086047fd1.zip
Clean visual style: move to Light, add Material support, change Drawables (progress, icons).
This code alters the visual style moving the APP to a Light theme. Parents of the theme are either Theme.Holo.Light or Theme.Material.Light depending on which API we start the APK from. Needs SDK 21 to build. Other than the visual changes, this commit changes: - name of the APP to 'Browser' - animations and sequencing of the Tab switcher in {nav/anim}_screen - removal of the warning icon from the Exit dialog - change of the favicon appearance (removal of the double border) Vast amount of unused resources are removed from the APK. Just XHDPI drawables have been synthesized for now, and the Primary color was used for the icons and is accessible in R.color.Primary. Change-Id: If75cc051c5d4015383e96066cdb6507484e625d8
Diffstat (limited to 'res/values/integers.xml')
-rw-r--r--res/values/integers.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/integers.xml b/res/values/integers.xml
index 0ce7ea75..84c48be9 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -12,6 +12,8 @@
-->
<resources
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- use vertical tabs navigation -->
+ <integer name="nav_tab_orientation">1</integer>
<!-- The number of lines in the suggestions dropdown in landscape -->
<integer name="max_suggest_lines_landscape">5</integer>
<!-- The number of lines in the suggestions dropdown in portrait -->