commit | 9f35ccdef7cb637224c546235244819fe548add1 | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Wed Aug 15 18:13:43 2012 -0700 |
committer | Chiao Cheng <chiaocheng@google.com> | Wed Aug 15 18:13:43 2012 -0700 |
tree | 50fc727db5d1f734cdcaca68bdfec2f003117451 | |
parent | 5e3af9312a94e91dd8f0e9c9b40d4d959bb6484d [diff] [blame] |
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"