# 位置形态调整

改变悬浮球的位置和显示方式。

## 改变位置与层级

改变`悬浮球`的位置。 为了高效率盲操，建议移动到屏幕边缘，仅需记忆1个坐标位置，这是 fooView 与其他悬浮球应用不同的地方之一。当然你也可以随心所欲，想放到哪里就放到哪里。 以下是改变位置的三种方式：

* `长按`滑到![toolbar\_move](https://2128490511-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M2wbxnXNlF4E_TlWoGh%2F-M2wcK5uEl2giKaYF9ac%2F-M2wcKo6z7032YEd5VR8%2Ftoolbar_move.png?generation=1584786439740787\&alt=media)
* `设置->悬浮球->位置`选择自定义
* 移动位置的手势

在`设置->悬浮球`中，支持开启悬浮球显示在顶层，这样便可在通知栏、锁屏界面看到悬浮球了。

## 手动隐藏模式

设置后永远不变的显示方式，可手动切换到自动隐藏模式。

### 触发方法

* `长按`切换到![](https://2128490511-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M2wbxnXNlF4E_TlWoGh%2F-M2wcK5uEl2giKaYF9ac%2F-M2wcUI13exP5uNt2CLa%2Ftoolbar_visibility_no.png?generation=1584786453118993\&alt=media)
* 轻拨
* 手势
* 常驻通知栏图标
* 单击主图标`设置-悬浮球-隐藏`手动修改

### 显示方式

![](http://ww1.sinaimg.cn/large/6b1dd0a7ly1gczhqsnvrpj20u00yadkc.jpg)

## 自动隐藏模式

软件判断当前应用，根据设置自动更改悬浮图标的显示方式。

### 系统界面

对默认、全屏、通知区和输入法进行分别设置。

* 通知区限制
* 输入法额外支持![](https://2128490511-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M2wbxnXNlF4E_TlWoGh%2F-M2wcK5uEl2giKaYF9ac%2F-M2wcUI3pM7yKOJgEO-I%2Ftoolbar_hide_jump.png?generation=1584786453051355\&alt=media)自动移动悬浮球位置。

### 应用/页面

通过以下方式进入隐藏设置可支持APP和特定 Activity 下自动隐藏。

* 通知栏图标
* `长按`进入![](https://2128490511-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M2wbxnXNlF4E_TlWoGh%2F-M2wcK5uEl2giKaYF9ac%2F-M2wcUI13exP5uNt2CLa%2Ftoolbar_visibility_no.png?generation=1584786453118993\&alt=media)。
* `设置-悬浮球-隐藏-隐藏列表`中可以增加名单，例如在游戏中禁用功能。

![](http://ww1.sinaimg.cn/large/6b1dd0a7ly1gczhrbc6jwj20u013ygra.jpg)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sealt.gitbook.io/fooview/xuan-fu-qiu/wei-zhi-xing-tai-tiao-zheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
