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

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -