Tải bản đầy đủ (.pptx) (39 trang)

android development introduction chương 5 android basic xml layouts

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (625.66 KB, 39 trang )





 !
"#$%%&'$%%()*!
+,(-&'%'(&./-&%'%'(
0

122!!23!
5
$
4!56+5
'
$


"*"!+78389',:"
!

*36+";<;3:
"<!
=
4!56+5
'
=

 >3?*
  >'?*
! "#>"?*":
$ %&*":<""!


' ()>@:*@:*)@:*@:*A?
B
4!56+5
'
B
*&+
.! C",!
$! D"E!
=! "<:;F ;>":?
4
4!56+5
'
4
*&+
G@:>H?
/
4!56+5
'
/
G@:
,I$!=
-
4!56+5
'
-
 
5:"*E3!
J"*J;

<*


J*

:"*

"*

"*

"
&
4!56+5
'
&
 
(
:!
<
*K")-;: ;!
<J< "
(
4!56+5
'
(
 .(
:>GLM+NL?>@OM+?!
PQ3R !"#$%&
P
R'()
S:R*+,

S"R*+,
 "R //
"R0,
3R1,2))),3))
./"horizontal" &
P"%&
R'()45
S:R,+
S"R,+
 "R 66
3R45
3,TR6,
3,R
3R 
U
P23@:U
P0"
R'()5
S:R,+
S"R,+
3,TR$,
U
P2O3U
P*1
R'()7
S:R,+
S"R,+
3R7
3,R
U

P21U
P2U
)-








.%
4!56+5
'
.%
 .,2

)"88T"3!

)T:;*:;::
"!
empty screen space
natural sizes

4!56+5
'

 .,2
:"1
android:layout_widthandroid:layout_height

;!
@J"":
.! ,J,*'>3?
$! V&3*::"J*"*:
&& J!
=! V43*::"J"*E:" 
;!
.$
4!56+5
'
.$
 .,2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/myLinearLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ff0033cc"
android:padding="4dip"
android:orientation="vertical"
xmlns:android=" />>
<TextView
android:id="@+id/labelUserName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#ffff0066"
android:text="User Name"
android:textSize="16sp"
android:textStyle="bold"
android:textColor="#ff000000"

>
</TextView>
<EditText
android:id="@+id/ediName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="18sp"
>
</EditText>
<Button
android:id="@+id/btnGo"
android:layout_width="125dip"
android:layout_height="wrap_content"
android:text="Go"
android:textStyle="bold"
>
</Button>
</LinearLayout>


&

&













)




&





4




-

.



'




'
&5!678
7).!6$965!8
.=
4!56+5
'
.=
 .:)
+<":":!
W.3&)>.*$*=*A?:<;;":"!
0
891:"
3!<
android:layout_weight="1":O3
android:layout_weight="2"
:;
";.<5==8
)
.B
4!56+5
'
.B
! .7 

+::"!

;*:"E''"!

W

.3 />+?
"
<==!=,=1=
1)"
.4
4!56+5
'
.4
! "@(A.  3 
7:
. 
J:;F*3''3*:F;!
.3 
<::>!!::?!
android:gravity="center"
android:layout_gravity="center"
./
4!56+5
'
./
$ .B

"J::;:"88:"!

+;:::";*::

.

">!>?<:"9F!
A.V""":"!


4!56+5
'

! .B2
.&
4!56+5
'
.&
! .@2B
0.
O33"=%;"
<EditText
android:id="@+id/ediName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="18sp"
android:padding="30dip“
>
</EditText>

.(.(
4!56+5
'
.(
$ .5082

;*:"<" 3!

:.31

<EditText
android:id="@+id/ediName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="18sp"
android:layout_margin=“6dip“
>
</EditText>

+':"
$%
4!56+5
'
$%
 
 :"<:"!

*
0
C
:*"
:*E;
$.
4!56+5
'
$.
 )
,<">?<":""<)C

.3B":"":;


.3B*1:"1":1;

.3BD:"E":E;

.3B):""":";

.3@B:"<T<;

.3E-:"<T;

.3%:"<<;
$$
4!56+5
'
$$
 F)&
;:"<"<";:")&.

.3# :":";

.3#&:"::";

.3D(:"E;:";

.3)(:"";:";
$=
4!56+5
'
$=

 F)&F

.3":"":;:";

.3*1:"1":1;:";

.3D:"E":E;:";

.3):""":";:";

.3*;::""
$B
4!56+5
'
$B
 F)&
+M<<V<
.! V<J>android:id1?:!
$! ,3G=<>;O33android:id="@+id/ediUserName")
=! M;:""<J>G=<?":"!D:
O33android:layout_below="@+id/ediUserName"
$4
4!56+5
'
 F0
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/myRelativeLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"

android:background="#ff000099"
xmlns:android=" /><TextView
android:id="@+id/lblUserName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#ffff0066"
android:text="User Name"
android:textStyle="bold"
android:textColor="#ff000000"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true">
</TextView>
<EditText
android:id="@+id/ediUserName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/lblUserName"
android:layout_alignParentLeft="true"
android:layout_alignLeft="@+id/myRelativeLayout"
android:padding="20dip">
</EditText>
<Button
android:id="@+id/btnGo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/ediUserName"
android:layout_alignRight="@+id/ediUserName"
android:text="Go"
android:textStyle="bold">
</Button>

<Button
android:id="@+id/btnCancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/btnGo"
android:layout_below="@+id/ediUserName"
android:text="Cancel"
android:textStyle="bold">
</Button>
</RelativeLayout>
$4

×