Fixed
Status Update
Comments
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
I'd like to implement the tab indicator shape in the screenshot. I tried using
RoundedCornerShape(100, 100)
, but that coerces the values to 50%.For now I've written my own using
GenericShape
, but it would be nice ifRoundedCornerShape
was more flexible.