Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 ListView,其中包含要编写的文本和 EditText。
这里我的问题是在单击底部的项目时我看不到editText,
因此,请建议我在键盘出现时如何向上滚动总数。
谢谢。
也许你会为 EditText 的 ParentView 设置一个 xml 参数 "android:descendantFocusability="beforeDescendants"。