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.
如何Texture View通过不改变alpha来改变可见性?
Texture View
我想要类似getHolder.setformatSurface View 的东西。
getHolder.setformat
您可以在 xml 布局文件中使用android:visibility="invisible"或以编程方式执行android:visibility="gone"textView.setVisibility(View.GONE)
android:visibility="invisible"
android:visibility="gone"
textView.setVisibility(View.GONE)