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 应用程序运行时,seekbar 会放在开头。我想在我的应用程序运行时放置在末尾而不是开头的搜索栏。我怎样才能做到这一点?谢谢你。何
mSeekBar.setProgress(mSeekBar.getMax());