Using res-auto namespace instead of com.android.contacts.

Using "http://schemas.android.com/apk/res-auto" instead of
"http://schemas.android.com/apk/res/com.android.contacts" for custom
namespace. This will allow aapt to replace it with proper app
namespace and thus allow us to share resources between apps.

Bug: 6993891
Change-Id: I3d5a49bb17411feb150819a9543fae7a532b267b
diff --git a/res/layout/quickcontact_activity.xml b/res/layout/quickcontact_activity.xml
index c1759bf..b3351ba 100644
--- a/res/layout/quickcontact_activity.xml
+++ b/res/layout/quickcontact_activity.xml
@@ -15,7 +15,7 @@
 -->
 <view
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:ex="http://schemas.android.com/apk/res/com.android.contacts"
+    xmlns:ex="http://schemas.android.com/apk/res-auto"
     class="com.android.contacts.quickcontact.FloatingChildLayout"
     android:id="@+id/floating_layout"
     android:layout_width="match_parent"