I'm wroking in android app were I get my pictures from parse.com in a gridview, everything works well and my images are shown but not in the look I want to. my result
and this is how i want it to lookf like instagram look
This is the code for my grid :
<GridView
android:id="@+id/gridview"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:numColumns="3"
android:horizontalSpacing="1dp"
android:verticalSpacing="1dp"
android:layout_below="@+id/header_shadow"
android:listSelector="#00FFFFFF"/>
and this is my item :
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/photo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"/>
the pictures are saved in square dimensions, the thumbnails are shown in 200x200