Fit image on top
1 2 3 4 5 6 7 8 |
<ImageView android:id="@+id/postFeature" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="2dp" android:adjustViewBounds="true" android:scaleType="fitCenter" android:src="@drawable/be_flawless_category" /> |