Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
diff --git a/res/layout/website_settings_row.xml b/res/layout/website_settings_row.xml
index d916978..6308035 100644
--- a/res/layout/website_settings_row.xml
+++ b/res/layout/website_settings_row.xml
@@ -16,7 +16,7 @@
 
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:drawingCacheQuality="auto"
-  android:layout_width="fill_parent"
+  android:layout_width="match_parent"
   android:layout_height="?android:attr/listPreferredItemHeight"
   android:gravity="center_vertical"
   android:padding="0dip">