In my project i have 9 editext box one page and am set a background for all these things,am use font serif fonts.in that am going to edit through virtual keyboard.edit text shows only after few seconds how to am going to rectify tat problems..any one know help me...
Asked
Active
Viewed 559 times
1 Answers
1
Likely the background is getting stretched, which Android isn't really good with performance-wise. Use a background color or shape instead of image, or make the background repeat instead.

Community
- 1
- 1

Oleg Vaskevich
- 12,444
- 6
- 63
- 80
-
1thank u oleg.hav to set shape means that problem wil solved ah. – Yugesh Jan 12 '13 at 16:09
-
how to set back ground using background repeat – Yugesh Jan 17 '13 at 05:17
-
1??? see http://stackoverflow.com/questions/2706913/how-to-make-android-apps-background-image-repeat/2706944#2706944 – Oleg Vaskevich Jan 17 '13 at 09:14