Refactor to coupler/presenter pattern. Moved framework classes to correct packages

Bug:2579760
Change-Id: Ia0c475e55830aa2d8b13cdb2685fc0981b6f6ade
diff --git a/res/layout/contact_detail.xml b/res/layout/contact_detail.xml
index 541ba1c..b4f8101 100644
--- a/res/layout/contact_detail.xml
+++ b/res/layout/contact_detail.xml
@@ -14,7 +14,7 @@
      limitations under the License.
 -->
 
-<com.android.contacts.views.detail.ContactDetailView xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/contact_details"
     android:orientation="vertical"
     android:layout_width="match_parent"
@@ -49,5 +49,5 @@
         />
     </ScrollView>
             
-</com.android.contacts.views.detail.ContactDetailView>
+</LinearLayout>