Commit 381fe4ce authored by Adam Cohen's avatar Adam Cohen
Browse files

Adding width / height to cling text style

Change-Id: Ia39b049fe414edf926c221baed3b1223199ce2a7
parent 5b449dc3
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment