History log of /frameworks/support/design/lollipop/android/support/design/widget/CircularBorderDrawableLollipop.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8603357c9433b9aef1805413a3bfc4a4f8decc50 15-Oct-2015 Chris Banes <chrisbanes@google.com> Make sure that FAB's border respects tint updates

BUG: 24699109
Change-Id: I15469769242abfe9edf8b87b2f88f46dac7aa3de
/frameworks/support/design/lollipop/android/support/design/widget/CircularBorderDrawableLollipop.java
16804c4a76276eb28fe9f4227461818003c32386 22-May-2015 Chris Banes <chrisbanes@google.com> Fix FAB shadow on L

The outline wasn't set on it, resulting in an
empty outline and no shadow.

Change-Id: Ie9f43f7404886894bd573dffafb751a4175c6e6a
/frameworks/support/design/lollipop/android/support/design/widget/CircularBorderDrawableLollipop.java
80de0674c28a2bd9ade11f24a3b0e46ea83b6847 14-May-2015 Chris Banes <chrisbanes@google.com> Improve FloatingActionButton border implementation

The previous impl had overdraw issues as it draw a whole
oval behind another large opaque oval. This implementation
moves us to a custom Drawable which draw a stroke oval.

It also allows us to move to a custom LinearGradient shader
to more closely match UX's spec.

Change-Id: I93f2c3c444d0a23fd542f2a35ac1d43d4f699bd6
/frameworks/support/design/lollipop/android/support/design/widget/CircularBorderDrawableLollipop.java