本文介绍了缺少 Android Studio 的属性窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道属性窗口去了哪里.正如您所看到的,它应该在 Component Tree 下,但它不是,它的右侧有一个灰色区域.有什么想法吗?

I have no idea where the properties window went. As you can see it should be under Component Tree, but it is not and there is a gray area to the right of it. any ideas?

推荐答案

那是因为Component Tree的尺寸太大了.

请看,在增加尺寸之前:

之后:

尝试通过单击并按住该面板左侧的单击来减小尺寸.

这将解决问题.

这篇关于缺少 Android Studio 的属性窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-19 08:55