From c5b44be024a08a053417b2a4769e2ec1144392bd Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 28 Oct 2010 10:52:11 -0700 Subject: [PATCH] Fix issue #3083745: ApiDemos CustomTitle crashes Also turn on graphics acceleration in API demos... this will cause a bunch of other stuff to crash until we go through and turn it off where needed. Change-Id: I9ddd2beadd19fdab170e5a8cf8beea6b0bc2156d --- samples/ApiDemos/AndroidManifest.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/ApiDemos/AndroidManifest.xml b/samples/ApiDemos/AndroidManifest.xml index 6a2455325..cad8dd780 100644 --- a/samples/ApiDemos/AndroidManifest.xml +++ b/samples/ApiDemos/AndroidManifest.xml @@ -42,7 +42,8 @@ + android:icon="@drawable/app_sample_code" + android:hardwareAccelerated="true"> @@ -180,9 +181,12 @@ + + android:windowSoftInputMode="stateVisible|adjustPan" + android:theme="@android:style/Theme">