summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-03-21 16:30:12 -0700
committerJohn Reck <jreck@google.com>2011-03-21 16:32:41 -0700
commit88a42b73f517d758fea872c01bbf456c602a3073 (patch)
tree281a757e86fb12d48ebc416b1cfe0ba1135ba236 /res/values
parent7145171c3c7e11b1e778c07221dd9f0b41025bba (diff)
downloadandroid_packages_apps_Gello-88a42b73f517d758fea872c01bbf456c602a3073.tar.gz
android_packages_apps_Gello-88a42b73f517d758fea872c01bbf456c602a3073.tar.bz2
android_packages_apps_Gello-88a42b73f517d758fea872c01bbf456c602a3073.zip
use thumbnails in tab switcher
Change-Id: I0c7bda38c4c12448822f575f6fe0670f87b3eb7b
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/dimensions.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 6a7c578c..15a5c876 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -36,4 +36,5 @@
<color name="qcMenuBackground">#C0000000</color>
<color name="qc_normal">#C02447B2</color>
<color name="qc_selected">#D0102052</color>
+ <color name="tabViewTitleBackground">#D0000000</color>
</resources>
diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml
index b695120b..f1e7fb34 100644
--- a/res/values/dimensions.xml
+++ b/res/values/dimensions.xml
@@ -57,4 +57,5 @@
<dimen name="combo_paddingTop">10dip</dimen>
<dimen name="combo_paddingLeftRight">8dip</dimen>
<dimen name="combo_horizontalSpacing">6dip</dimen>
+ <dimen name="tab_view_thumbnail_height">76dip</dimen>
</resources>