English 中文(简体)
Android:总是展示菜单/静态菜单
原标题:Android: always show menu bar/static menu bar

我愿使用菜单,而不是制成的条条条(不提出标语是......的底层)。

是否有机会让菜单阻止静态行为?

Related post: android : set the menu out / visible with the solution: new Handler().postDelayed(new Runnable() { public void run() { openOptionsMenu(); } }, 2000);

它进行罚款,但不断藏匿。

感谢!

问题回答

就像你试图滥用功能一样。 解决办法可以是:在内部增设两个布局,以形成垂直线。 让最高级的人放下“体重”1,并在此列出你们的内容。 在底部,图像或ton子或类似的图像,你可以把图像或ton像成像,或看你想要的东西。





相关问题
Android floating view (over other views)

I ve been messing around with this for a few days now, hopefully someone here can lend me a hand. I have a simple two-column layout, the left side is a navigation bar with buttons, the right side is ...

How to layout text to flow around an image

Can you please tell me if there is a way to layout text around an image? Like this: ------ text text text | | text text text ----- text text text text text text text text text text text I ...

Android 2.1 bug: uses res/layout-v3 instead of res/layout

In addition to the general res/layout folder I have a res/layout-v3 folder for backward compatibility with Android 1.5, which has problems with some RelativeLayout layouts. It works perfectly with ...

ListView and LineraLayout under one ScrollBar

I want to create the following layout: Section 1 is a LinearLayout which contains an ImageView and a TextView Section 2 is a ListView with customized row layouts. I want to place both components ...

How do I remove lines between ListViews on Android?

I m using two ListViews like this: <ListView android:id="@+id/ListView" android:text="@string/Website" android:layout_height="30px" android:layout_width="150px" android:scrollbars="...

Android: LinearLayout addView Animation

I currently have a working Android program that programmatically adds views to a LinearLayout. I would like those views to be animated in and cannot find any good resources on figuring out how to do ...

How to specify id when uses include in layout xml file

In my layout xml file, I have included other layout xml file (each with a different android id). <include layout="@layout/view_contact_name" android:id="+id/test1"/> <include layout="@layout/...

热门标签