I don't want an activity in my app to show the title bar. So I added the following line to that activity in the manifest: android:theme="@android:style/Theme.Black.NoTitleBar". Now that activity does not show the title bar, but the graphical layout editor section in eclipse shows it. I need to get rid of the title bar in eclipse too. How do I remove it from eclipse's graphical layout editor?

有帮助吗?

解决方案

Depending on your version of Eclipse, there should be a drop-down menu below at the top of tht view. The Themes can be selected from there. It let's you do it this way so that you can see what your app will look like with different themes.

其他提示

There is a dropdown above the graphical layout editor. This screenshot might help you -

enter image description here

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top