PacButton
Android implementation of switch animation from Oleg Frolov.
Created this cool video/photo switch animation from Oleg Frolov as android library.
USAGE
Just add PacButton view in your layout XML and PacButton library in your project via Gradle:
XML
You must use the following properties in your XML to change your PacButton.
Properties:
app:topIcon
(drawable) -> default noneapp:bottomIcon
(drawable) -> default noneapp:iconHeight
(dimension) -> default noneapp:iconWidth
(dimension) -> default noneapp:pacColor
(color) -> default noneapp:pacGradientColor_1
(color) -> default #7651F8app:pacGradientColor_2
(color) -> default #E74996
You can use solid color with pacColor property or gradient with pacGradientColor properties.