summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-08-15 18:13:43 -0700
committerChiao Cheng <chiaocheng@google.com>2012-08-15 18:13:43 -0700
commit9f35ccdef7cb637224c546235244819fe548add1 (patch)
tree50fc727db5d1f734cdcaca68bdfec2f003117451 /res/layout-land
parent5e3af9312a94e91dd8f0e9c9b40d4d959bb6484d (diff)
downloadandroid_packages_apps_Contacts-9f35ccdef7cb637224c546235244819fe548add1.tar.gz
android_packages_apps_Contacts-9f35ccdef7cb637224c546235244819fe548add1.tar.bz2
android_packages_apps_Contacts-9f35ccdef7cb637224c546235244819fe548add1.zip
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
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/quickcontact_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/quickcontact_activity.xml b/res/layout-land/quickcontact_activity.xml
index dbd526085..689ab9dc0 100644
--- a/res/layout-land/quickcontact_activity.xml
+++ b/res/layout-land/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"