I have solved the problem. Now android providing design library for material design, which has the FloatingActionButton. No need of customizing card view for floating action button.
Add design library in gradle dependencies
compile 'com.android.support:design:23.1.1'
For more detail refer this link