Re: [android-developers] Re: EditText with tiled background

2011-10-03 Thread bhaskar bommala
Hi , Can anyone share working customseekbar example please Thanks in Advance.. On Thu, Sep 8, 2011 at 7:48 PM, Richard Lalancette < richard.lalance...@gmail.com> wrote: > You can create an xml file for your background. > In that XML file, you add an item called bitmap. > On the bitmap item,

[android-developers] Re: EditText with tiled background

2011-09-08 Thread Richard Lalancette
You can create an xml file for your background. In that XML file, you add an item called bitmap. On the bitmap item, you apply a PNG that can tile and set the tile mode to repeat. Example found here http://www.mokasocial.com/2011/02/create-a-custom-styled-ui-slider-seekbar-in-android/ http://s