layouts in android

20
Layouts in Android By Durai. S [email protected]

Upload: durai-s

Post on 23-Jun-2015

1.216 views

Category:

Technology


0 download

DESCRIPTION

Layouts in Android

TRANSCRIPT

Page 1: Layouts in android

Layouts in Android

ByDurai. S

[email protected]

Page 2: Layouts in android

Layouts in Android

● Linear Layout● Relative Layout● Table Layout● Absolute Layout

Page 3: Layouts in android

Linear Layout

Page 4: Layouts in android

Linear Layout

● Orientation:

Page 5: Layouts in android

Linear Layout

● Orientation

Page 6: Layouts in android

Linear Layout

● Fill-model

Page 7: Layouts in android

Linear Layout

● weight

Page 8: Layouts in android

Linear Layout

● Gravity

android:layout_gravity=”right”

Page 9: Layouts in android

Linear Layout

● padding

Page 10: Layouts in android

Relative Layout

Page 11: Layouts in android

Relative Layout

Page 12: Layouts in android

Relative Layout

Page 13: Layouts in android

Relative Layout

Page 14: Layouts in android

Table Layout

Page 15: Layouts in android

Table Layout

Page 16: Layouts in android

Table Layout

Page 17: Layouts in android

Absolute Layout

Page 18: Layouts in android

Absolute Layout

Page 19: Layouts in android

Scroll View

Page 20: Layouts in android

Scroll View