i have a TextView
inside of a ReleativeLayout
which i set a big Text into that at runtime.
the problem is about my ReleativeLayout
background which is a rounded shape with a border. it doesn't set the background and in Logcat it says that :
12-12 16:26:56.602: W/OpenGLRenderer(7400): Path too large to be rendered into a texture
i've solved this issue by turning android:hardwareAccelerated to false in manifest file(one activity not whole application) , but it raise another error when i use sliding menu inside my Activity which it tells that :
12-12 16:37:05.717: E/AndroidRuntime(9520): java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@4633e3f8
i have just a ListView without any bitmap inside of my SlidingMenu which is 6Wunderkinder SlidingLayer library.
any help would be appreciated.