summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-10-19 10:49:28 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-19 10:49:28 -0700
commita3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7 (patch)
treec7fc18facd26cf989b3676938233ef10ca12081a
parentea77b790e4ba0b56fb7e43c48b91817d260dd753 (diff)
parent2a11598a4ab2a67876ee7fb8d5b0f313311e4cb7 (diff)
downloadandroid_packages_apps_Trebuchet-a3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7.tar.gz
android_packages_apps_Trebuchet-a3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7.tar.bz2
android_packages_apps_Trebuchet-a3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7.zip
am 2a11598a: am 381fe4ce: Adding width / height to cling text style
* commit '2a11598a4ab2a67876ee7fb8d5b0f313311e4cb7': Adding width / height to cling text style
-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>