1. Trang chủ
  2. » Công Nghệ Thông Tin

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

39 303 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 39
Dung lượng 686,23 KB

Nội dung

     ! "#$%%&'$%%()*! +,(-&'%'(&./-&%'%'( 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 [...]... document 16 5 Android – UI – Basic XML Layouts Basic XML Layouts - Containers 1.3 Linear Layout: Padding and Marging 17 5 Android – UI – Basic XML Layouts Basic XML Layouts - Containers 1.3 Linear Layout: Internal Margins Using Padding Example: The EditText box has been changed to display 30dip of padding all around Use all 18 5 Android – UI – Basic XML Layouts Basic XML Layouts - Containers 1.4 • • Linear Layout: (External) Marging By default, widgets are tightly packed next to each other To increase space between them use the android: layout_margin attribute Increased inter-widget space . 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= "http://schemas .android. com/apk/res /android& quot; > <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  ' .= . 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= "http://schemas .android. com/apk/res /android& quot; > <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  ' .= 

Ngày đăng: 23/10/2014, 08:48