summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-10-19 10:17:18 -0700
committerAdam Cohen <adamcohen@google.com>2012-10-19 10:17:18 -0700
commit381fe4ce6fb465253c8e9bc42c2836f0c40e6231 (patch)
treec7fc18facd26cf989b3676938233ef10ca12081a /res/values/styles.xml
parent5b449dc3095192fecd4760d9f550de65e588e3dc (diff)
downloadandroid_packages_apps_Trebuchet-381fe4ce6fb465253c8e9bc42c2836f0c40e6231.tar.gz
android_packages_apps_Trebuchet-381fe4ce6fb465253c8e9bc42c2836f0c40e6231.tar.bz2
android_packages_apps_Trebuchet-381fe4ce6fb465253c8e9bc42c2836f0c40e6231.zip
Adding width / height to cling text style
Change-Id: Ia39b049fe414edf926c221baed3b1223199ce2a7
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 0960269d9..c3fe7efed 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -46,6 +46,8 @@
<item name="android:shadowRadius">2.0</item>
</style>
<style name="ClingText">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
<item name="android:textSize">15sp</item>
<item name="android:textColor">#FFFFFF</item>
<item name="android:shadowColor">#000000</item>