android - screen goes black when keyboard hides -
after typing in input text keyboard hides screen goes black color.
i have tried
android:screenorientation="portrait" android:configchanges="keyboardhidden|orientation|screensize" android:theme="@style/noanimtheme" android:windowsoftinputmode="adjustresize|adjustpan|statehidden" i have used above code in manifest file.
could give clear idea clear black screen.@thanks
Comments
Post a Comment