Hi, sorry for the bad English, I have a question. From 3 android at the interface povilas drawn on the possibility of opengl. I have included:
[*]android:hardwareAccelerated="true"
[*]getWindow().setFlags(
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED); in Activity
[*]getWindow().setFlags(
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED); in Dialog
[*] setLayerType(View.LAYER_TYPE_SOFTWARE, null);
But despite all this view isHardwareAccelerated () return false. Why ?
I'm use Motorola Xoom and Acer Iconia Tab

