When Android is editing text dynamically, slide to the bottom of the corresponding item and align the top of the input box (soft keyboard under the "Send" button on the right)

1. Test
Implementation (RecyclerView list):

2. Preparation
1. Submit the tool CommonUtils.java

public class CommonUtils {
   
    
    

    public static void showSoftInput(Context context

Guess you like

Origin blog.csdn.net/qq_35091074/article/details/123165947