CircularImageView
CircularImageView copied to clipboard
Image view not working for 10'' tablet
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.
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?
<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???