summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-07-16 13:21:01 -0700
committerRomain Guy <romainguy@android.com>2009-07-16 16:06:48 -0700
commit1dd3a077a293bf3ac4e61e91dcc3dfc99487acd4 (patch)
treec9d861aa9f735392b25d402987acb312bc50b6c4 /res/values
parent68634c1c320bba0d9a49c2ad6ed78e244e89a57b (diff)
downloadpackages_apps_trebuchet-1dd3a077a293bf3ac4e61e91dcc3dfc99487acd4.zip
packages_apps_trebuchet-1dd3a077a293bf3ac4e61e91dcc3dfc99487acd4.tar.gz
packages_apps_trebuchet-1dd3a077a293bf3ac4e61e91dcc3dfc99487acd4.tar.bz2
New gestures UI.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/styles.xml5
2 files changed, 2 insertions, 6 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e1b4843..9b9700f 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -26,5 +26,6 @@
<color name="appwidget_error_color">#FCCC</color>
<color name="snag_callout_color">#F444</color>
- <color name="gesture_color">#FFFFFF00</color>
+ <color name="gesture_color">#ff0563c1</color>
+ <color name="uncertain_gesture_color">#ff848484</color>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5319bb0..6f4365f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -61,9 +61,4 @@
<item name="android:paddingRight">10dip</item>
</style>
- <style name="PlusButton">
- <item name="android:background">@drawable/btn_circle</item>
- <item name="android:src">@drawable/ic_btn_round_plus</item>
- </style>
-
</resources>