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.
大家好,我有一个 EditText 和一个搜索栏。我想开发这样的应用程序,当我们滚动搜索栏时,EditText 中的值应该是增量或减量。所以如果有知道的请帮助我。
只需在 SeekBar 上设置一个侦听器并使用它来更新 EditText。