CopyPastor

Detecting plagiarism made easy.

Score: 0.9701990003997701; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-10-08
by Milad Bahmanabadi

Original Post

Original - Posted on 2014-04-02
by Dom



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can try to add this attribute dynamically, by putting the following code in the `onCreate` method of your activity:
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
You can try to add this attribute dynamically, by putting the following code in the `onCreate` method of your activity:
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
This worked for me, but that:
android:windowSoftInputMode="adjustPan"
didnt.

        
Present in both answers; Present only in the new answer; Present only in the old answer;