Changes

Jump to: navigation, search

An Overview and Example of Android Event Handling

3 bytes removed, 19:23, 3 February 2014
no edit summary
android:id="@+id/myLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent" android:orientation="vertical" >
<Button
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="Button@string/mybutton_string" />
<TextView
android:layout_above="@+id/myButton"
android:layout_centerHorizontal="true"
android:layout_marginBottom="30dp41dp" android:text="Large Text@string/mytextview_string"
android:textAppearance="?android:attr/textAppearanceLarge" />
 
</RelativeLayout>
</pre>
[[Image:eclipse_create_new_string_Resourceandroid_44_create_string_resource.png|Creating an Android string resource in Eclipse]]
Figure 17-2

Navigation menu