我有一个活动,Theme.Translucent.NoTitleBar
在 manifest.xml 中设置为活动的样式属性。
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
我需要它,因为在启动活动时,我从底部到顶部(如 iPhone 上的)为此活动的 rootlayout 设置动画,ModalPresentation
并且我不希望在此动画期间有黑色背景。
一切正常,但是ListView
在应用半透明主题后,我放入此 rootlayout 的性能非常慢。
我已经尝试设置ListView
和 rootlayout 的 BackgroundColors,但看起来,android 在绘图时仍然考虑透明度。