美文网首页
固定位置按钮

固定位置按钮

作者: That丶Alex | 来源:发表于2018-12-13 21:55 被阅读0次

        android:id="@+id/fab"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_alignParentBottom="true"

        android:layout_alignParentEnd="true"

        android:layout_alignParentRight="true"

        android:layout_marginBottom="82dp"

        android:layout_marginEnd="28dp"

        android:layout_marginRight="28dp"

        android:elevation="4dp"

        android:src="@drawable/ic_launcher"

        app:layout_anchorGravity="bottom|end"

        app:pressedTranslationZ="16dp"

        app:rippleColor="@android:color/white" />

    相关文章

      网友评论

          本文标题:固定位置按钮

          本文链接:https://www.haomeiwen.com/subject/dadihqtx.html