朋友,如何在Android中出現Keyboad後顯示完整的EditText?
我使用下面的佈局和特林輸入文字,然後保存數據,但面臨的一個問題,當我上的EditText點擊輸入一些東西。
鍵盤出現並覆蓋EditText和按鈕佈局的一半。 但是當我輸入它時,它顯示完全。在輸入它之前,鍵盤覆蓋了一半的Edittext佈局。
任何一個指導我如何在鍵盤出現後用按鈕顯示整個文本框?
任何幫助將appriciated。
<LinearLayout
android:layout_width="fill_parent"
android:id="@+id/LayoutReply"
android:layout_height="wrap_content"
android:background="#ffcc33"
android:layout_alignParentBottom="true"
android:paddingBottom="50px"
android:orientation="horizontal"
>
<EditText
android:id="@+id/txtMessage"
android:hint="Please enter text to reply!"
android:layout_width="wrap_content"
android:maxLength="160"
android:layout_height="wrap_content"
></EditText>
<Button android:layout_height="wrap_content" android:id="@+id/btnPostReply"
android:layout_width="wrap_content"
android:text="@string/Message_Reply"></Button>
</LinearLayout>
鏈接不存在了,可以請你更新或提供包含非常相似材料的鏈接? – Perry 2015-07-03 10:03:49