I like to setting Imageview like this.
(http://wemakeucc.com/4.jpg) <-Check image please
I only use imageview like this until now.
<ImageView
android:id="@+id/a_01_b"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@drawable/a_01_i" />
so I want to know code that can setting imageview like that image.
what should i do?
here is the code as per your requirement :
xml file: and screenshots
now just set the padding as per ur need…