Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

button

<Button
 android:id ="@+id/push_button"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 android:text="Rounded Corners Button"
 android:background="@drawable/button_bg_rounded_corners"
 android:padding="15dp"
 />
Source by www.android--code.com #
 
PREVIOUS NEXT
Tagged: #button
ADD COMMENT
Topic
Name
2+6 =