FlatUI.Xamarin.Android icon indicating copy to clipboard operation
FlatUI.Xamarin.Android copied to clipboard

unable to set cornerRadius in TextView

Open pkizak opened this issue 10 years ago • 2 comments

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

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

pkizak avatar Aug 13 '14 09:08 pkizak

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..?

FabriceCastel avatar Feb 24 '15 15:02 FabriceCastel

Yes , I also met this problem

guo314159 avatar Mar 12 '15 09:03 guo314159