Skip to content Skip to sidebar Skip to footer

Android : Soft Keyboard Covering Edit Text Up (adjustresize Or Adjustpan Doesnt Work)

Android Developers... I am new in developing android application. Thus, i really ask for a slow or details explanation about the problem: As the title, the soft keyboard always c

Solution 1:

I finally find the answer to my own problem.

I set android:windowSoftInputMode int the Tab Activity not the actual activity. In my opinion, its because the Tab activity is the one who calls other activities.

Thanks.

Post a Comment for "Android : Soft Keyboard Covering Edit Text Up (adjustresize Or Adjustpan Doesnt Work)"