can somebody tell me how to set the size of the button that we make.
and also how to set its position.??
thx



zjsst1214 wrote:Hi,u can set the position use a layout like LinearLayout,RelativeLayout...
You can use android:layout_width and android:layout_height to set the size in your xml like this:
<Button android:id="@+id/play_button"
android:layout_width="60dip"
android:layout_height="60dip"
android:padding="10px"
android:text="PLAY"
android:layout_alignParentLeft="true"/>

Return to View, Layout & Resource Problems
Users browsing this forum: No registered users and 4 guests