這是我的問題:是否可以隱藏android通知欄而不使用fullscreen
標誌?我需要adjustResize
我的應用程序,當軟鍵盤顯示,但fullscreen
應用程序忽略調整大小(據我所知)。不使用全屏隱藏通知欄
有沒有人有關於如何使我的應用程序看起來沒有這個標誌全屏的想法?
這裏是全屏標誌的問題:它只是試圖說明一切重要,但我需要調整我的應用程序:
和XML:
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:text="EditText1"/>
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:text="EditText2" />
</RelativeLayout>
摘要:我預計在我的應用調整大小後將看到EditTexts
,並且新尺寸a再重繪
我想你只能用全屏標誌做這樣的位置:http://stackoverflow.com/questions/4222713/hide-notification-bar – frayab 2012-01-13 13:45:10
嗯。所以最終會出現很多醜陋的解決方法,在鍵盤外觀上調整我的應用的大小。太糟糕了:(但thx無論如何 – Sprigg 2012-01-13 13:53:02
你調整了什麼adjustResize值? – Phil 2012-11-04 19:50:26