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.
使用 HorizontalScrollView,如何使背景不透明?谢谢!
你应该在xml中添加这个:
android:background="@android:color/white"
或在java类中:
yourView.setBackgroundColor(Color.WHITE);