Text in Button Changing on clicking other controls
问题 I have created a layout which consist of three buttons in linear layout. Whenever i click on any other controls the text in the button changes. Please see the layout given below: <RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <TableLayout android:id="@+id/TableLayout01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true"> <TableRow android:id="@+id/TableRow01"