Redth / FlatUI.Xamarin.Android

FlatUI Port for Xamarin.Android of CengaLabs FlatUI Kit by @eluleci
Apache License 2.0
46 stars 12 forks source link

unable to set cornerRadius in TextView #2

Open pkizak opened 10 years ago

pkizak commented 10 years ago

Setting cornerRadius attribute in xml as: flatui:cornerRadius="0dp" in FlatUI.FlatTextView throws runtime exception while inflating layout:

Java.Lang.NumberFormatException: Invalid int: ".0dip"

FabriceCastel commented 9 years ago

I've noticed something similar in my app. Seems to be limited to Android 4.1 - so I guess it's a bug specific to that version of Android..?

guo314159 commented 9 years ago

Yes , I also met this problem