CopyPastor

Detecting plagiarism made easy.

Score: 0.7516104578971863; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-05-13
by ORBIT

Original Post

Original - Posted on 2016-06-21
by Gavine Joyce



            
Present in both answers; Present only in the new answer; Present only in the old answer;

try adding this or you can use [Materials][1]
<android.support.design.widget.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|bottom" android:src="@drawable/ic_my_icon" android:layout_margin="16dp" />
[1]: https://material.io/develop/android/components/floating-action-button/

<android.support.design.widget.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" app:elevation="6dp" app:backgroundTint="@color/colorAccent" app:pressedTranslationZ="12dp" android:layout_margin="@dimen/fab_margin" android:src="@drawable/add"/>


Note that you add colors in res/values/color.xml and include the attribute in your fab
app:backgroundTint="@color/addedColor"


        
Present in both answers; Present only in the new answer; Present only in the old answer;