You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2020. It is now read-only.
|overMargin|Margin over the edge of the screen (px)<br>(default) 0|
104
+
|floatingViewX|X coordinate of initial display<br>(default) left side of display|
105
+
|floatingViewY|Y coordinate of initial display<br>(default) top of display|
106
+
|floatingViewWidth|FloatingView width<br>(default) The width of the layout added to FloatingView |
107
+
|floatingViewHeight|FloatingView height<br>(default) The height of the layout added to FloatingView|
108
+
|moveDirection|`FloatingViewManager.MOVE_DIRECTION_DEFAULT`:Left end or right end(default)<br> `FloatingViewManager.MOVE_DIRECTION_LEFT`:Left end<br>`FloatingViewManager.MOVE_DIRECTION_RIGHT`:Right end<br>`FloatingViewManager.MOVE_DIRECTION_NONE`:Not move|
109
+
|animateInitialMove|If true, animation when first displayed<br>(FloatingViewX, floatingViewY) to screen edge<br>Info: If `MOVE_DIRECTION_NONE` is set, nothing happens|
|setFixedTrashIconImage|It is an icon that does *not* enlarge when FloatingView overlaps.|
123
+
|setActionTrashIconImage|It is an icon that enlarge when FloatingView overlaps.|
124
+
|setDisplayMode|`FloatingViewManager.DISPLAY_MODE_SHOW_ALWAYS`:Always show<br>`FloatingViewManager.DISPLAY_MODE_HIDE_ALWAYS`:Always hidden<br>`FloatingViewManager.DISPLAY_MODE_HIDE_FULLSCREEN`:It is hidden when in full screen|
125
+
|setTrashViewEnabled|If false, the trash icon does not show during dragging.<br>(default) true|
126
+
127
+
# Revisions
128
+
## Update in 2.2
129
+
- Support for large image for FloatingView (not complete, but almost works)([#16](../../issues/16))
130
+
- Support size specification of FloatingView([#16](../../issues/16))
131
+
- Fix issue [#14](../../issues/14)
132
+
90
133
## Update in 2.1
91
134
- Add `FloatingViewListener#onTouchFinished`.This method is called when the touch action is finished.
92
135
93
136
94
-
##Credits
137
+
# Credits
95
138
96
139
FloatingView is owned and maintained by [RECRUIT LIFESTYLE CO., LTD.](http://www.recruit-lifestyle.co.jp/)
97
140
98
141
FloatingView was originally created by [Yoshihide Sogawa](https://twitter.com/egg_sogawa)
0 commit comments