禁用GPU硬件加速方法

2019-01-05  本文已影响0人  北疆小兵

android 中禁用硬件加速提供了不同的方法,分为Application,Activity,Window,View 4 个层级。

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layerType="software"
>
</LinearLayout>

上一篇下一篇

猜你喜欢

热点阅读