Fix the build from two breaking changes (update to current.xml and ViewRoot import)

Change-Id: I987b12f7c5fdd4137faa55405fce99bd6f73fc71
This commit is contained in:
Chet Haase
2010-08-11 18:41:06 -07:00
parent 0df8bfed3c
commit 949dbf7629
2 changed files with 5 additions and 4 deletions

View File

@@ -4336,7 +4336,7 @@
type="int"
transient="false"
volatile="false"
value="16843560"
value="16843561"
static="true"
final="true"
deprecated="not deprecated"
@@ -4347,7 +4347,7 @@
type="int"
transient="false"
volatile="false"
value="16843561"
value="16843562"
static="true"
final="true"
deprecated="not deprecated"
@@ -4358,7 +4358,7 @@
type="int"
transient="false"
volatile="false"
value="16843558"
value="16843559"
static="true"
final="true"
deprecated="not deprecated"
@@ -4369,7 +4369,7 @@
type="int"
transient="false"
volatile="false"
value="16843559"
value="16843560"
static="true"
final="true"
deprecated="not deprecated"

View File

@@ -33,6 +33,7 @@ import android.util.Config;
import android.util.DisplayMetrics;
import android.util.Log;
import android.util.EventLog;
import android.util.Slog;
import android.util.SparseArray;
import android.view.View.MeasureSpec;
import android.view.accessibility.AccessibilityEvent;