All Projects → wangfeng19930909 → Dragfloatingactionbutton

wangfeng19930909 / Dragfloatingactionbutton

一个可以随处拖曳FloatingActionButton,边缘自动吸附,可设置按钮悬浮透明度,拖曳避免阻挡界面视图无法查看。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dragfloatingactionbutton

Fabsmenu
A simple library to use a menu of FloatingActionButtons from Design Support Library that follow Material Design Guidelines
Stars: ✭ 324 (+25.58%)
Mutual labels:  menu, floatingactionbutton
Omfm
Another floating action button menu with expand/collapse behavior, in kotlin
Stars: ✭ 86 (-66.67%)
Mutual labels:  menu, floatingactionbutton
Persei
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Stars: ✭ 3,395 (+1215.89%)
Mutual labels:  menu, drag
Customfloatingactionbutton
This view is for replacement of standard Floating Action Button from Google Support Library. It is easy to use, customizable and you can also add text to button
Stars: ✭ 222 (-13.95%)
Mutual labels:  button, floatingactionbutton
Pygame Menu
Menu for pygame. Simple, lightweight and easy to use
Stars: ✭ 244 (-5.43%)
Mutual labels:  menu, button
Ftpopovermenu
FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
Stars: ✭ 988 (+282.95%)
Mutual labels:  menu, button
React Planet
A react lib for building circular menus in a very easy and handy way.
Stars: ✭ 83 (-67.83%)
Mutual labels:  menu, button
Hhfloatingview
An easy to use and setup floating view for your app. 🎡
Stars: ✭ 93 (-63.95%)
Mutual labels:  menu, floatingactionbutton
Fab Circular Menu
A Flutter package to create a nice circular menu using a Floating Action Button.
Stars: ✭ 152 (-41.09%)
Mutual labels:  menu, floatingactionbutton
Springfabmenu
A menu of FloatingActionButton items, designed to be anchored on an AppBarLayout.
Stars: ✭ 116 (-55.04%)
Mutual labels:  menu, floatingactionbutton
vue-burger-button
🍔 vue-burger-button is a functional component, which is faster than a regular component, and is pretty small (JS min+gzip is lower than 700b and CSS min+gzip is lower than 400b).
Stars: ✭ 41 (-84.11%)
Mutual labels:  button, menu
flutter fab dialer
Floating action button dialer
Stars: ✭ 66 (-74.42%)
Mutual labels:  menu, floatingactionbutton
Fab
🛍️ A Floating Action Button for macOS. Inspired by Material Design, and written in Swift.
Stars: ✭ 24 (-90.7%)
Mutual labels:  button, floatingactionbutton
vue-simple-upload-component
A simple upload component for Vue.js 2.x
Stars: ✭ 14 (-94.57%)
Mutual labels:  drag
DragDemo
需求解决系列一之移动卡片实现答题功能,移动卡片插入到题干之中完成答题
Stars: ✭ 63 (-75.58%)
Mutual labels:  drag
encoder
Atmel AVR C++ RotaryEncoder Implementation
Stars: ✭ 39 (-84.88%)
Mutual labels:  button
subjx
Drag/Resize/Rotate Javascript library
Stars: ✭ 155 (-39.92%)
Mutual labels:  drag
Vue Float Menu
🎈Customizable floating menu for Vue
Stars: ✭ 252 (-2.33%)
Mutual labels:  menu
SlidingUpMenu
🚀 A very customizable library that allows you to present menu items (from menu resource and/or other sources) to users as a bottom sheet.
Stars: ✭ 26 (-89.92%)
Mutual labels:  menu
jOrgChart
Here more functionality of jquery orgchart with json support
Stars: ✭ 29 (-88.76%)
Mutual labels:  drag

DragFloatingActionButton

一个可以随处拖曳FloatingActionButton,边缘自动吸附,拖曳避免阻挡界面视图无法查看。

image

使用步骤

step1:

在gradle中直接引用

在你项目根目录的build.gradle中添加

allprojects {

	repositories {
	
	...
	
	maven { url 'https://jitpack.io' }
	
	}
	
}

step2:

在module下的build.gradle中添加:

	dependencies {
	
        	implementation 'com.github.wangfeng19930909:DragFloatingActionButton:1.0.1'
	
	}

step3:

<com.barnettwong.dragfloatactionbuttonlibrary.view.DragFloatActionButton
    android:id="@+id/circle_button"
    android:layout_width="48dp"
    android:layout_height="48dp"
    android:layout_alignParentBottom="true"
    android:layout_alignParentRight="true"
    android:layout_marginBottom="20dp"
    android:layout_marginRight="20dp"
    android:clickable="true"
    android:src="@mipmap/tianjia" />

MIT License

Copyright 2017-2018, wangfeng19930909

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].