Android: Floating Button Icon is not centred
问题 I'm trying to create a floating button in my app. The button is there, but the image in the button is a bit upwards (see image). I can't figure out what's wrong with it. Below is part of the XML for floating button. <android.support.design.widget.FloatingActionButton android:id="@+id/buttonUp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="16dp" android:layout_marginTop="480dp" android:clickable="true" android:scaleType="center" android