Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
diff --git a/tests/res/layout/cursoradapter_host.xml b/tests/res/layout/cursoradapter_host.xml
index 9ce9af3..82ac72b 100644
--- a/tests/res/layout/cursoradapter_host.xml
+++ b/tests/res/layout/cursoradapter_host.xml
@@ -16,7 +16,7 @@
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="vertical"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
     android:id="@+id/cursorAdapter_host">
 </LinearLayout>