fixed mockview

Change-Id: Ifc38be93d71a9135ac815b4f2d335a693d511730
diff --git a/tests/res/layout/view_layout.xml b/tests/res/layout/view_layout.xml
index 7746420..40974f0 100644
--- a/tests/res/layout/view_layout.xml
+++ b/tests/res/layout/view_layout.xml
@@ -25,8 +25,8 @@
 
     <android.view.cts.MockView
         android:id="@+id/mock_view"
-        android:layout_width="100dp"
-        android:layout_height="200dp"/>
+        android:layout_width="100px"
+        android:layout_height="200px"/>
 
     <android.view.cts.MockView
         android:id="@+id/scroll_view"