Re: [android-developers] android how to increase the width ,height of the box of checkbox.

2013-10-19 Thread Siva Kumar
U can use style property it will help u On Oct 20, 2013 5:18 AM, "TreKing" wrote: > > On Sat, Oct 19, 2013 at 2:28 PM, 12169 wrote: > >> I want to increase the the width,height of the rectangular box of the >> checkbox.but did not find any attribute to control it. >> any help? >> > > The Google

Re: [android-developers] Reusing bitmaps for BitmapFactory.decodeFile and BitmapFactory.Options.inBitmap

2013-10-19 Thread shubh
But here still I am getting error, guessing at time of loading big images and if perfom any screen action event. any suggestion here? On Saturday, August 24, 2013 5:22:11 PM UTC+5:30, Alexey Danilov wrote: > > Bitmap is mutable, because I decode it with option inMutable=true. Bitmaps > have sam

Re: [android-developers] android how to increase the width ,height of the box of checkbox.

2013-10-19 Thread TreKing
On Sat, Oct 19, 2013 at 2:28 PM, 12169 wrote: > I want to increase the the width,height of the rectangular box of the > checkbox.but did not find any attribute to control it. > any help? > The Google is your buddy: http://stackoverflow.com/questions/3965484/custom-checkbox-image-android ---

[android-developers] android how to increase the width ,height of the box of checkbox.

2013-10-19 Thread 12169
Hi, I want to increase the the width,height of the rectangular box of the checkbox.but did not find any attribute to control it. any help? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] android how to increase the width ,height of the box of checkbox.

2013-10-19 Thread 12169
Hi, I want to increase the the width,height of the rectangular box of the checkbox.but did not find any attribute to control it. any help? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

Re: [android-developers] android how to use same layout in the other layout files.

2013-10-19 Thread Steve Gabrilowitz
Give it a tag or an ID so you can find it in your code and change it On Oct 19, 2013 2:32 PM, "12169" wrote: > Hi, > > but how i can change the text of TextView. > > On Friday, October 18, 2013 7:53:55 AM UTC-7, SIVAKUMAR.J wrote: >> >> U can acheive this by using include tag in xml layout >> On

Re: [android-developers] android how to use same layout in the other layout files.

2013-10-19 Thread 12169
Hi, but how i can change the text of TextView. On Friday, October 18, 2013 7:53:55 AM UTC-7, SIVAKUMAR.J wrote: > > U can acheive this by using include tag in xml layout > On Oct 18, 2013 7:23 PM, "12169" > wrote: > >> Hi, >> >> I have below layout file and i want to use it inside of other layou

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-19 Thread Brad OHearne
On Friday, October 18, 2013 5:49:00 PM UTC-7, TreKing wrote: > > I tried it both in an Activity and in a Fragment, and both worked as > expected. > Well here's an interesting twist. I spent some time isolating the issue, and behavior did not change. But much more curious, is that my code as-is

Re: [android-developers] android how to use same layout in the other layout files.

2013-10-19 Thread Andrew Mackenzie
Yes. Use or if not always visible. Depending on your layout, consider using a tag as root of included layout to remove a layer from your view hierarchy (for speed and memory). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Hindi font support

2013-10-19 Thread Manas Shah
Hi Guys, I am developing a native app in which I want to render Hindi(Indian National Language) font. However font is not rendering as expected. For example, "स्वस्त" is displayed as "स् वस् त" and "शिवाय" is displayed as "श िवाय". I have also tried developing with Hindi custom fonts using the T