summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-10-19 10:51:12 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-19 10:51:12 -0700
commit16f23880c0dea88539574c601c3e24d648b64527 (patch)
tree985568b9e39d7cb586ddb0cce36b88ede688bc57 /res
parent87f68f186be12bf8b21e5a59d50fdf4c26e992da (diff)
parenta3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7 (diff)
downloadandroid_packages_apps_Trebuchet-16f23880c0dea88539574c601c3e24d648b64527.tar.gz
android_packages_apps_Trebuchet-16f23880c0dea88539574c601c3e24d648b64527.tar.bz2
android_packages_apps_Trebuchet-16f23880c0dea88539574c601c3e24d648b64527.zip
am a3505bfe: am 2a11598a: am 381fe4ce: Adding width / height to cling text style
* commit 'a3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7': Adding width / height to cling text style
Diffstat (limited to 'res')
-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>