Android Keyboard Hides ExitText field during input
Here is my layout:
<RelativeLayout>
<LinearLayout>
<Button></Button> <EditText layout_height=hei开发者_如何学JAVAght="fill_parent"> </EditText>
</LinearLayout>
</RelativeLayout>
However, the keyboard covers up the EditText so its not good for inputing the value.
精彩评论