am 381fe4ce: Adding width / height to cling text style

* commit '381fe4ce6fb465253c8e9bc42c2836f0c40e6231':
  Adding width / height to cling text style
This commit is contained in:
Adam Cohen
2012-10-19 10:46:43 -07:00
committed by Android Git Automerger
+2
View File
@@ -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>