- /hello_word/res/layout/activity_main.xml
Graphical Layout/activity_fullsreen.xml (layout/) Code and Settings Interface interchange!
<textview
android:id="@+id/textview1"
Android:layout_width="Wrap_content"
android:layout_height="Wrap_content"
android:text="@string/hello_world" />
<button
android:id="@+id/button1"
Android:layout_width="Wrap_content"
android:layout_height="Wrap_content"
android:layout_below="@+id/textview1"
Android:layout_centerhorizontal="true"
android:layout_margintop="145DP"
android:text="button" />
---------------------------------------------------------------------------------------------------------------
<textview
android:id="@+id/textview1"
Android:layout_width="Wrap_content"
android:layout_height="Wrap_content"
android:text="@string/hello_world" />
<button
android:id="@+id/button1"
Android:layout_width="Wrap_content"
android:layout_height="Wrap_content"
android:layout_below="@+id/textview1"
Android:layout_centerhorizontal="true"
android:layout_margintop="145DP"
android:text=" you know, " />
------------------------------------------------------------------
Android Simple control Code