Controlling button image aspect ratios in xml

bcaksk

New Member
Can this be done?\[code\]<ImageButton android:id="@+id/test_button" android:layout_width="70% of screen width" android:layout_height="whatever is needed for the image to keep its original aspect ratio" android:background="@drawable/image" />\[/code\]
 
Back
Top