Arjun Vekariya
Results
1
comments of
Arjun Vekariya
I faced the same error today. It's because of `app:layout_behavior="org.mythtv.android.presentation.utils.ScrollAwareFABBehavior"` attribute inside res/layout/phone_fab_view.xml. Place this behavior attribute into FloatingActionButton instead FABProgressCircle. This behavior is applicable to only FloatingActionButton and not...