like in this post : Keyboard hides ListView contents
I can't See Contents of my first few rows of my ListView when Keyboard is Visible.
Because my first probleme was to have my element in the bottom so i've follow this tips : Android : Showing keyboard moves my components up, i want to hide them instead
but
android:windowSoftInputMode="adjustPan"
created another issue, my listview is not resize when my keyboard is up and i can't see my first few rows
Thanks