summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-09 14:14:23 -0700
committerWinson Chung <winsonc@google.com>2011-08-22 21:26:06 -0700
commit82f5553a137f0a25f7333a6fc9507c847b7a42ed (patch)
tree1b1f7967459115979fe4fb1b4f63f598e2823f5b /res/values/styles.xml
parent30a22f32b07f7a864112d92ac959db0e84e0c374 (diff)
downloadandroid_packages_apps_Trebuchet-82f5553a137f0a25f7333a6fc9507c847b7a42ed.tar.gz
android_packages_apps_Trebuchet-82f5553a137f0a25f7333a6fc9507c847b7a42ed.tar.bz2
android_packages_apps_Trebuchet-82f5553a137f0a25f7333a6fc9507c847b7a42ed.zip
Cling ALL the things! (Workspace and AllApps)
Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index be9b0fd2c..376d5c40c 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -25,6 +25,35 @@
<style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">
</style>
+ <style name="ClingButton">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:paddingTop">14dp</item>
+ <item name="android:paddingBottom">14dp</item>
+ <item name="android:paddingLeft">58dp</item>
+ <item name="android:paddingRight">58dp</item>
+ <item name="android:text">@string/cling_dismiss</item>
+ <item name="android:textStyle">bold</item>
+ <item name="android:background">@drawable/cling_button_bg</item>
+ </style>
+ <style name="ClingTitleText">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:textSize">28sp</item>
+ <item name="android:textColor">#49C0EC</item>
+ <item name="android:shadowColor">#000000</item>
+ <item name="android:shadowDy">2</item>
+ <item name="android:shadowRadius">2.0</item>
+ </style>
+ <style name="ClingText">
+ <item name="android:textSize">15sp</item>
+ <item name="android:textColor">#FFFFFF</item>
+ <item name="android:shadowColor">#000000</item>
+ <item name="android:shadowDy">2</item>
+ <item name="android:shadowRadius">2.0</item>
+ <item name="android:lineSpacingMultiplier">1.1</item>
+ </style>
+
<style name="WorkspaceIcon">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>