android - Image not sized correctly when loading -
i using parse (i know it's dying service) fetch , store images me. included in these authenticated facebook user's profile pictures. pictures 50x50. if download image locally, throw in drawables folder, , load via xml ( android:src="@drawable/dummy" ) result. it's want: but when load image parse , load circularimageview, result: as can see, head shrunk :( here's code: the circularimageview in xml: <de.hdodenhof.circleimageview.circleimageview android:id="@+id/main_list_profile" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginleft="@dimen/activity_horizontal_margin" android:layout_marginright="@dimen/activity_horizontal_margin" android:layout_margintop="@dimen/activity_vertical_margin" android:layout_marginbottom="@dimen/activity_vertical_margin" android:src="@...