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.
在 android 应用程序中,我使用适配器在 GridView 中显示了行数中的按钮数,如果我自动单击第一行右上角的按钮,第二行按钮将移动到第一行并通过第二行按钮隐藏第一行按钮. 我需要修复解决方案,按钮不动。
任何人都可以提出解决方案的想法吗?
1.使用固定大小 Buttons。
Buttons
2.专业的处理方式,就是使用Icons Images.
Icons Images
在 GridView 中显示 EditText 内的按钮,并将 EditText 的背景颜色设置为白色,现在单击 GridView 上第一行的按钮时按钮不会移动。