Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.22k stars 1.13k forks source link

Configure FloatingActionButton progress width #243

Open RoRoche opened 8 years ago

RoRoche commented 8 years ago

At the moment, the progress width is set as follows:

private int mProgressWidth = Util.dpToPx(getContext(), 6f);

Is it possible to add an XML attribute to configure it?

Clans commented 8 years ago

Not now. Maybe in future...

abhimuktheeswarar commented 7 years ago

How to set the mProgressWidth value to the FloatingActionButton ?