| RelativeLayout() | ใช้สร้าง Object RelativeLayout |
|---|
method:RelativeLayout ( Context context )
return type:RelativeLayout
content:ใช้สร้าง Object RelativeLayout
example:public class AndroidBamboo extends Activity { public void onCreate( Bundle savedInstanceState ) { super.onCreate ( savedInstanceState ); RelativeLayout relative_layout = new RelativeLayout ( this ); setContentView( relative_layout ); } }