Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To use `ImageViewPlus` in your layout:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.example.app"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
Expand All @@ -51,8 +51,6 @@ To use `ImageViewPlus` in your layout:
app:contentLayerId="@id/content_drawable" />

</LinearLayout>

**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

Expand Down Expand Up @@ -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.
To make contributions, fork this repository, commit your changes, and submit a pull request.