नया फ्लोटिंग एक्शन बटन 56dp x 56dp होना चाहिए और इसके अंदर का आइकन 24dp x 24dp होना चाहिए । तो आइकन और बटन के बीच का स्थान 16dp होना चाहिए ।
<ImageButton
android:id="@+id/fab_add"
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:background="@drawable/ripple_oval"
android:elevation="8dp"
android:src="@drawable/ic_add_black_48dp" />
ripple_oval.xml
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:colorControlHighlight">
<item>
<shape android:shape="oval">
<solid android:color="?android:colorAccent" />
</shape>
</item>
</ripple>
और यह परिणाम है जो मुझे मिलता है:
मैंने आइकन का उपयोग \ Material-design-icons-1.0.0-content \ drawable-hdpi \ ic_add_black_48dp.png
https://github.com/google/material-design-icons/releases से किया था /tag/1.0.1
कैसे बनाने के लिए आइकन के आकार बटन के अंदर जा बिल्कुल के रूप में दिशा-निर्देशों में बताया गया?
http://www.google.com/design/spec/components/buttons.html#buttons-floating-action-button