From 073ef85db14d2f751128e43f8330c3c1f6acb700 Mon Sep 17 00:00:00 2001 From: Michael Basil Date: Thu, 11 Sep 2014 09:09:12 +0100 Subject: [PATCH] Update README to use res-auto Using xmlns:app="http://schemas.android.com/apk/res-auto" means the package name doesn't need to be manually set. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91bcab5..bafc090 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To use `ImageViewPlus` in your layout: @@ -51,8 +51,6 @@ To use `ImageViewPlus` in your layout: app:contentLayerId="@id/content_drawable" /> - - **Important**: The `xmlns:app="http://schemas.android.com/apk/res/com.example.app"` line needs to use the namespace of your application for the `com.example.app` portion to function properly. ## Notes @@ -82,4 +80,4 @@ ImageViewPlus is provided under the Apache 2.0 license: limitations under the License. ## Contributing -To make contributions, fork this repository, commit your changes, and submit a pull request. \ No newline at end of file +To make contributions, fork this repository, commit your changes, and submit a pull request.