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

Image view not working for 10'' tablet #7

Open
dharajogi opened this issue Aug 6, 2014 · 2 comments
Open

Image view not working for 10'' tablet #7

dharajogi opened this issue Aug 6, 2014 · 2 comments

Comments

@dharajogi
Copy link

device-2014-08-06-192722
device-2014-08-06-192731
the first image is from 10'' tablet and second is from note 2 mobile
i need to know the reason why it is not working for tablet.

@Pkmmte
Copy link
Owner

Pkmmte commented Aug 7, 2014

I don't see why it wouldn't work on a 10 inch tablet. What does your XML code for the tablet layout look like?

@dharajogi
Copy link
Author

         <com.helper.CircularImageView
                android:id="@+id/imvProfile"
                android:layout_width="100dp"
                android:layout_height="100dp"
                android:layout_marginRight="@dimen/extra_margin"
                android:src="@drawable/ic_default_user"
                android:scaleType="fitCenter"
                app:border="true" />

this is my xml layout
Am I missing any parameter???

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

2 participants