Android Xml Tablerow
PICTURE : www.gunzhaxplz.com/xmlAndroid.png my problem http://gunzhaxplz.com/xmlAndroid.png PREFACE : I am making an application that requires to have 6 images on a tablerow. PROBL
Solution 1:
Try setting the following parameters in each ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:maxWidth="32dpi"
android:maxHeight="32dpi"
Post a Comment for "Android Xml Tablerow"