Remove redundant XML namespaces

This commit is contained in:
tonymanou
2017-01-26 20:32:15 +01:00
committed by topjohnwu
parent 5d8bb897db
commit b4d95977d0
5 changed files with 4 additions and 10 deletions

View File

@ -23,7 +23,7 @@ import java.util.List;
* FabMenu in a Coordinator Layout.
*
* Remember to use the correct namespace for the fab:
* xmlns:fab="http://schemas.android.com/apk/res-auto"
* xmlns:app="http://schemas.android.com/apk/res-auto"
*/
public class FABBehavior extends CoordinatorLayout.Behavior {
private float mTranslationY;