分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.youkuaiyun.com/jiangjunshow
Android编程:悬浮菜单按钮FloatingActionButton实例
本文博客链接:http://blog.youkuaiyun.com/jdh99,作者:jdh,转载请注明.
环境:
主机:WIN10
开发环境:Android Studio 2.2 Preview 3
说明:
用第三方库FloatingActionButton实现悬浮菜单按钮
效果图:
布局:
<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:fab="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.bazhangkeji.classroom.session.VoiceSessionActivity"> <com.bazhangkeji.classroom.whiteboard.Whiteboard android:id="@+id/white_board" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentStart="true"/> <LinearLayout android:id="@+id/layout_avatar" android:layout_width="wrap_content" android