[html]
UIColor *circleColorPattern = [UIColor colorWithPatternImage:
[UIImage imageNamed:@"node.png"]];
[self.view setBackgroundColor:circleColorPattern];
UIImage *buttonBackgroundImage = [[UIImage imageNamed:@"btnImage.jpg"]
resizableImageWithCapInsets:UIEdgeInsetsMake(0,13,0,13)];
[self.m_Btn setBackgroundImage:buttonBackgroundImage
forState:UIControlStateNormal];
UIColor *circleColorPattern = [UIColor colorWithPatternImage:
[UIImage imageNamed:@"node.png"]];
[self.view setBackgroundColor:circleColorPattern];
UIImage *buttonBackgroundImage = [[UIImage imageNamed:@"btnImage.jpg"]
resizableImageWithCapInsets:UIEdgeInsetsMake(0,13,0,13)];
[self.m_Btn setBackgroundImage:buttonBackgroundImage
forState:UIControlStateNormal];