How to give space between gridview in through java
How do i get perfect aligning between the gridView items, i have added the gridview using java and it's base adapter is set in which i added the image and textview. Xml Code: <android.support.v7.widget.CardView android:layout_width="180dp" android:layout_height="200dp" android:layout_margin="5dp" android:orientation="vertical" app:cardCornerRadius="5dp" app:cardElevation="5dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android