am 7017bd22: Changed the size of MockView according to resolution.
* commit '7017bd222393fc7b3e9676aa8ba0a439354643f6':
Changed the size of MockView according to resolution.
diff --git a/tests/res/layout/view_layout.xml b/tests/res/layout/view_layout.xml
index 4443ba8..6d990ad 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="100px"
- android:layout_height="200px"/>
+ android:layout_width="100dp"
+ android:layout_height="200dp"/>
<android.view.cts.MockView
android:id="@+id/scroll_view"