Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Padding problem #93

Open
cbedoy opened this issue Nov 27, 2016 · 0 comments
Open

Padding problem #93

cbedoy opened this issue Nov 27, 2016 · 0 comments

Comments

@cbedoy
Copy link

cbedoy commented Nov 27, 2016

If you have a layout that contains paddings on ImageTouch'sLibrary, the view just put left margins, but ignore the other one

<it.sephiroth.android.library.imagezoom.ImageViewTouch
    android:padding="32dp"
    android:adjustViewBounds="true"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/image_viewer_item_icon" />

Result with Paddings:
device-2016-11-27-004812

Result without Paddings:
device-2016-11-27-004917

Why ignored the other margins?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant