Android imitating Wechat QQ chat jacking input method how to solve without raising the title bar
This article mainly introduces the Android imitation Wechat QQ chat Jack-up input method does not lift the title bar how to solve the relevant knowledge, the content is detailed and easy to understand, simple and fast operation, has a certain reference value, I believe that after reading this Android imitation Wechat QQ chat Jack input method does not lift the title bar how to solve the article will have a harvest, let's take a look at it.
First, take a look at the finished effect picture.
One: the corresponding activity settings in AndroidManifest.xml
Android:windowSoftInputMode= "adjustResize"
Two: set the layout in the xml root of activity
Android:fitsSystemWindows= "true"
Three: for the effect of listview chat list, set it in listview
Android:transcriptMode= "normal"
Four: finally, paste the code of each place used.
1:AndroidManifest.xml
Xml Root layout and listview of 2:activity
This is the end of the article on "how to solve the Android imitating Wechat QQ chat top-up input method without raising the title bar". Thank you for reading! I believe that everyone has a certain understanding of the knowledge of "Android imitation Wechat QQ chat overhead input method does not raise the title bar" knowledge, if you want to learn more knowledge, welcome to follow the industry information channel.