[android-developers] Re: Recodring a video using the front Camera on Honeycomb 3.1 not working for me on Acer A500

2011-09-03 Thread Eli Hasson
Here is the correct link: http://androidwarzone.blogspot.com/2011/09/recodring-video-on-android-device.html On Sat, Sep 3, 2011 at 8:59 AM, eli hasson@gmail.com wrote: I found a solution to my problem, I switch to h264 codec, here is my full blog post on this:

[android-developers] Re: Recodring a video using the front Camera on Honeycomb 3.1 not working for me on Acer A500

2011-09-03 Thread eli
Wrong link, here is the correct one: http://androidwarzone.blogspot.com/2011/09/recodring-video-on-android-device.html Eli -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Hitendrasinh Gohil
Hi, I am having 5 different themes(5 set of images).If user selects particular particular theme images related to that theme should come. is there anyway that i can make 5 different folders in res folder and from there i can manage it? because if i put all the images under drawable folder then

Re: [android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Appaholics
You don't need so many if else statements. For five themes you will need five conditions. if (theme == 1) { applyTheme1(); } else if (theme == 2) { applyTheme2(); } and so on. Simply call a method that will set the imageviews to the required images. Thanks On Sat, Sep 3, 2011 at 11:59 AM,

Re: [android-developers] Problems installing SDK

2011-09-03 Thread Appaholics
Did you add the JDK to your PATH variables? On Sat, Sep 3, 2011 at 11:06 AM, sebastian nielsen nielsen.sebast...@gmail.com wrote: The picture says more than a tousands of words. http://data.fuskbugg.se/skalman02/4e61bcb5b3f41_jdk.PNG -- You received this message because you are subscribed

Re: [android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Hitendrasinh Gohil
is there any better way that i can manage it through single method? On Sat, Sep 3, 2011 at 12:17 PM, Appaholics raghavs...@appaholics.inwrote: You don't need so many if else statements. For five themes you will need five conditions. if (theme == 1) { applyTheme1(); } else if (theme == 2)

Re: [android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Appaholics
I don't think so. I am not saying that you can't create sub folders but I have never done that so I don't know. On Sat, Sep 3, 2011 at 12:21 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: is there any better way that i can manage it through single method? On Sat, Sep 3, 2011 at 12:17

[android-developers] Re: How is RockPlayer doing hardware decoding?

2011-09-03 Thread B.Arunkumar
Thank you for your reply. The RockPlayer gives you the option of choosing either the Hardware or Software Decoding mode. The Software Decoding mode I am pretty sure does what you are saying, uses the FFMPEG package to decode the frames. Does the hardware decoding mode of RockPlayer also use

[android-developers] Re: app2sd restrictions - sharing a workaround to allow moving your app to SD card

2011-09-03 Thread mot12
In my case App B is a widget available on the market. When App A starts, it checks if it is installed on SD card. If the widget is not installed, it alerts the user that the widget is obligatory and directs the user to the market page. -- You received this message because you are subscribed to

[android-developers] Re: Problems installing SDK

2011-09-03 Thread sebastian nielsen
How I do it? I installed the JDK in the standard dir suggested by the JDK7 installer. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] two layner in on PreferenceScreen

2011-09-03 Thread Ellen
I want to group some self-define Style in PreferenceScreen, So I insert another layer for this group. Before the group inserted, everything is work fine and it looks like Settings in Android. What I did is move the self-define style Items from main view to my group view, and this group view

Re: [android-developers] Re: Problems installing SDK

2011-09-03 Thread Appaholics
http://download.oracle.com/javase/tutorial/essential/environment/paths.html There are also quite a few bugs with JDK 7. I would recommend JDK 6 as it works fine with the Android tools. On Sat, Sep 3, 2011 at 1:29 PM, sebastian nielsen nielsen.sebast...@gmail.com wrote: How I do it? I

[android-developers] calling camera

2011-09-03 Thread Lwe
how to call camera -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Remove me

2011-09-03 Thread Pamela Maddock
Please stop sending anymore of this tech stuff its to much for me to take in Thank you -- Best Wishes,   Pam M. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] calling camera

2011-09-03 Thread Appaholics
Use Google's Android SDK to call the camera. You should also use Google to figure out how to do this. On Sat, Sep 3, 2011 at 4:14 PM, Lwe luaisul...@gmail.com wrote: how to call camera -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Remove me

2011-09-03 Thread Appaholics
Apparently you never read the footer of all this tech stuff. Fail. On Sat, Sep 3, 2011 at 4:17 PM, Pamela Maddock pmmaddoc...@gmail.comwrote: Please stop sending anymore of this tech stuff its to much for me to take in Thank you -- Best Wishes, Pam M. -- You received

Re: [android-developers] Remove me

2011-09-03 Thread Christopher Van Kirk
Well, he did say it was too much to take in. On 9/3/2011 6:49 PM, Appaholics wrote: Apparently you never read the footer of all this tech stuff. Fail. On Sat, Sep 3, 2011 at 4:17 PM, Pamela Maddock pmmaddoc...@gmail.com mailto:pmmaddoc...@gmail.com wrote: Please stop sending anymore of

[android-developers] Re: A user of pirated? version seeking support

2011-09-03 Thread ko5tik
Well, now you can strike back. Strip pirated APK, extract russian strings etc and add to your application. Thos way you get control back and free translation On Sep 3, 1:53 am, H m...@howardb.com wrote: No, proguard only touches the java stuff. The xml files are left exactly as they were.

[android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread rich friedel
How is putting them in seperate folders going to make it any different? You are still going to have to name them and call them somehow... @Appholics a switch statement is wy better in that situation. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Need some math assistance please

2011-09-03 Thread Fred Niggle
Hello, I'm trying to work out the distance moved between 2 points with GPS coordinates. I have found the haversine function, but I'm not sure how to convert it to run within androids java. Can anyone help? JavaScript: var R = 6371; // km var dLat = (lat2-lat1).toRad(); var dLon =

Re: [android-developers] Need some math assistance please

2011-09-03 Thread Michael Banzon
Unless you are dealing with extreme distances I'd say it is safe to assume that you are simple measuring the distance between two points in a plane. Side note: I ran into similar trouble when trying to calculate the moving speed using GPS and found that the location object had a .getSpeed()

Re: [android-developers] Need some math assistance please

2011-09-03 Thread Kostya Vasilyev
Location (IIRC) has a static method to calculate distance. -- Kostya Vasilyev 03.09.2011 16:08 пользователь Fred Niggle fred.nig...@googlemail.com написал: Hello, I'm trying to work out the distance moved between 2 points with GPS coordinates. I have found the haversine function, but I'm not

[android-developers] how can I use php to get android data

2011-09-03 Thread Kavekkb
I write a android code (can got php web data,wab's data is got from MYSQL) but I don't know PHP how to got android user's data(user already login in this android app) How can I write PHP code? thanks. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] two layner in on PreferenceScreen

2011-09-03 Thread TreKing
On Sat, Sep 3, 2011 at 3:12 AM, Ellen ellen...@hotmail.com wrote: After I insert this group view, it report run-time error android.view.InflateException: Binary XML file line #13: Error inflating class... Anybody know what's the problem? Apparently something with of the XML files at line

Re: [android-developers] Remove me

2011-09-03 Thread TreKing
On Sat, Sep 3, 2011 at 5:47 AM, Pamela Maddock pmmaddoc...@gmail.comwrote: Please stop sending anymore of this tech stuff its to much for me to take in Thank you How did you manage to sign up for this tech stuff in the first place?

Re: [android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread TreKing
On Sat, Sep 3, 2011 at 1:29 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: because if i put all the images under drawable folder then i need to give different names to images and do many if...else condition in code. I don't know how themes work, but don't they just reference some

Re: [android-developers] how can I use php to get android data

2011-09-03 Thread Michael Banzon
I'm having some trouble understanding precisely what the problem is. If you can rephrase it - that would be nice. As to communicating with PHP from an Android app - try google something like android webserver connection ;o) On Sat, Sep 3, 2011 at 3:47 PM, Kavekkb lineageno15ma...@gmail.com

Re: [android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Appaholics
@Rich: Agreed a switch would work out better. My mistake. Thanks On Sat, Sep 3, 2011 at 7:56 PM, TreKing treking...@gmail.com wrote: On Sat, Sep 3, 2011 at 1:29 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: because if i put all the images under drawable folder then i need to give

[android-developers] transcoded video file in java

2011-09-03 Thread Naveen
how to transcoded video file in java code -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] MediaPlayer Player Question

2011-09-03 Thread dani maoz
Hi I have a question regarding Video/Audio Playback 1. Is there a way to configure buffer size 2. Is there a way to disable buffering? 3. Can the player act like a streamer. 4. Is there a YUV player application in Android Regards -- You received this message because you are subscribed to the

[android-developers] Animating a graphics shape.

2011-09-03 Thread Tobiah
I want to make a vector style 2d video game. I started with a subclass of View. I can draw shapes on it. Now I want them to move. I could erase and draw new shapes, but I know if I do that, I won't get a chance to see the movement on the screen until my routine is done. I guess I need

[android-developers] Re: Animating a graphics shape.

2011-09-03 Thread RichardC
Look at LunarLander in the SDK samples folder. On Sep 3, 5:42 pm, Tobiah t...@tobiah.org wrote: I want to make a vector style 2d video game.  I started with a subclass of View.  I can draw shapes on it.  Now I want them to move.  I could erase and draw new shapes, but I know if I do that, I

[android-developers] Help needed on BUtton CLick

2011-09-03 Thread sam
Hi Guys, i'm very new to android developing , i have a small concern which may be really silly. I have a image gallery been created with few images ... I want to access the Image gallery when a particular button is been clicked .. So i have placed the button and i have written the code as

[android-developers] source content 2

2011-09-03 Thread mostafa dia
Part Two Adam Trombly: We were trying to demonstrate that by mimicking the magnetic field of a planet and rotating this device we could actually create a dynamo that would work. And in fact it did work, and it does work. So when we contemplate nature, when we

[android-developers] Re: sending POST data to GAE datastore from android

2011-09-03 Thread MK Z
Thanks everyone, The servlet works fines and i have tested it both for storing and retrieving data on GAE. Using a browser on a PC or droid-bulit-in browser everything works fine.. but im creating simple app that has basic functionality like the browser is offering... On Aug 31, 9:09 am, gjs

[android-developers] Share View as Image

2011-09-03 Thread Boozel
Hi I am trying to share a view from my app as a jpeg (almost like a screen shot). My code is below. Can any one tell me what is wrong? It doesnt cause an error but the image being shared is not there. Any Help would be great. Thanks in advance. String cachePath =

[android-developers] download declined for app on market

2011-09-03 Thread siliconeagle
I have a paid app on market MyPOD Unlock Key (https:// market.android.com/details?id=org.my_pod.mypodunlockpaid) The app downloads fine on pre-honeycomb devices, but some people get Download Declined after they have paid for the app. The app definitely runs fine on honeycomb, and there are no

[android-developers] Re: MediaPlayer Player Question

2011-09-03 Thread siliconeagle
1. you would need to use AudioTrack to control the buffer size 2. there always has to be some buffering as the media must be decoded before playing.. 3. yes you can http stream just give the url to setDataSource 4. dont know On Sep 3, 5:28 pm, dani maoz maoz.d...@gmail.com wrote: Hi I have a

Re: [android-developers] Remove me

2011-09-03 Thread Michael Banzon
On Sat, Sep 3, 2011 at 4:19 PM, TreKing treking...@gmail.com wrote: On Sat, Sep 3, 2011 at 5:47 AM, Pamela Maddock pmmaddoc...@gmail.com wrote: Please stop sending anymore of this tech stuff its to much for me to take in Thank you How did you manage to sign up for this tech stuff in the

[android-developers] Re: Remove me

2011-09-03 Thread Peter Sinnott
People will do all sorts of crazy stuff attempting to get help with Android problems. On Sep 3, 3:19 pm, TreKing treking...@gmail.com wrote: On Sat, Sep 3, 2011 at 5:47 AM, Pamela Maddock pmmaddoc...@gmail.comwrote: Please stop sending anymore of this tech stuff its to much for me to take

Re: [android-developers] Re: Remove me

2011-09-03 Thread Michael Banzon
On Sat, Sep 3, 2011 at 9:26 PM, Peter Sinnott psinn...@gmail.com wrote: People will do all sorts of crazy stuff attempting to get help with Android problems. Which just proves that iOS is better! Do you see regular iOS users asking questions here?! NO! = iOS is better!! (try and spot the

Re: [android-developers] Help needed on BUtton CLick

2011-09-03 Thread Michael Banzon
On Sat, Sep 3, 2011 at 7:46 PM, sam hotdude...@gmail.com wrote: How do i call the ImageGallery class after the Button is clicked. Hey, You need to start the another Activity using an Intent... if this makes no sense try to google it ;o) -- Michael Banzon http://michaelbanzon.com/ -- You

Re: [android-developers] Re: GoogleTV External Storage

2011-09-03 Thread Jack Deslippe
Just going to give this one more bump to see if anyone else if developing for GoogleTV yet answer my question... On Thu, Aug 25, 2011 at 2:03 AM, String sterling.ud...@googlemail.comwrote: On Thursday, August 25, 2011 12:19:02 AM UTC+1, Jack Deslippe wrote: I basically want to know if this a

[android-developers] Bluetooth issue

2011-09-03 Thread darrinps
I am trying to build an app that receives data from a device that sends out information via a dongle attached to an RS232 port over Bluetooth. I can pair to the device and others like a Garmin Nuvi just fine, but I cannot see the data. For example, when I type in the phone number on the Garmin

[android-developers] Get my phone number

2011-09-03 Thread Goutom
Hi I want to get my mobile number for a sim in my mobile.I am using the following code.But it gives me empty string. package Get.My.PhoneNumber; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.telephony.TelephonyManager; import

Re: [android-developers] Get my phone number

2011-09-03 Thread Mark Murphy
getLine1Number() is not guaranteed to return a valid value. Not all SIM cards know their device's phone number. I know of no way to reliably retrieve the device's phone number. And bear in mind that an increasing number of Android devices are not phones. On Sat, Sep 3, 2011 at 4:21 PM, Goutom

Re: [android-developers] Need some math assistance please

2011-09-03 Thread Fred Niggle
Thanks for your reply - I was not aware of the static method! 2011/9/3 Kostya Vasilyev kmans...@gmail.com: Location (IIRC) has a static method to calculate distance. -- Kostya Vasilyev 03.09.2011 16:08 пользователь Fred Niggle fred.nig...@googlemail.com написал: Hello, I'm trying to

[android-developers] Multithread, concurrent thread

2011-09-03 Thread Goutom
Hello I want to run 100 thread concurrently.Is it possible for android? Regards RiskyCoder -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Multithread, concurrent thread

2011-09-03 Thread Christopher Van Kirk
No idea if it's possible, but is it wise? Considering there are a maximum of two cpus to work with, what are you gaining with so many threads? On 9/4/2011 5:52 AM, Goutom wrote: Hello I want to run 100 thread concurrently.Is it possible for android? Regards RiskyCoder -- You received this

[android-developers] Re: A user of pirated? version seeking support

2011-09-03 Thread DraganA
That's exactly what I plan to do. I actually found the version of the app on a forum, installed in on my English locale phone and it was all in Russian, so it wasn't just a metter of adding ru folder, it completely replaced english strings. Pirates were kind of fair, it was a free ad supported

Re: [android-developers] Re: A user of pirated? version seeking support

2011-09-03 Thread Christopher Van Kirk
You neglected to add that you can report them to Google for DMCA violation and get their account banned from the market. On 9/4/2011 6:15 AM, DraganA wrote: That's exactly what I plan to do. I actually found the version of the app on a forum, installed in on my English locale phone and it was

[android-developers] Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Jan Burse
Dear All, Is it me or is it the system? I just installed the Android SDK and were running a virtual device for Android 3.2. I am using a Windows 7 box. It seems to me that the emulator has some problems in building the screen in time. I didn't have the feeling of smooth interaction. Android

Re: [android-developers] Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Mark Murphy
On Sat, Sep 3, 2011 at 6:21 PM, Jan Burse janbu...@fastmail.fm wrote: Is it me or is it the system? The Android 3.2 emulator is slow. This is well-documented. What can be done? Set the Device RAM size to 1024. Replace the home screen with something faster. And buy a Core i7 with Turbo Boost

[android-developers] Dianne, when is the SoundPool going to get fixed?

2011-09-03 Thread Christopher Van Kirk
We're seeing a lot more devices coming onto the scene with two or more CPUs, and the SoundPool is broken on those devices. There is some kind of race condition that's causing a busy hang from time to time when playing sounds. The only workaround is to turn off the sound on such devices or

[android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Jan Burse
Mark Murphy schrieb: Set the Device RAM size to 1024. Yes, why not, would it help? Replace the home screen with something faster. What do you mean by that? I tried already window scale 96dpi Which makes the window smaller. But I have the feeling the whole graphics is broken, font look

Re: [android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Mark Murphy
On Sat, Sep 3, 2011 at 6:57 PM, Jan Burse janbu...@fastmail.fm wrote: Mark Murphy schrieb: Set the Device RAM size to 1024. Yes, why not, would it help? A bit. Replace the home screen with something faster. What do you mean by that? I tried already   window scale 96dpi Which makes the

[android-developers] Re: Bluetooth issue

2011-09-03 Thread darrinps
After thinking about it a bit, this makes somewhat better sense if I understand Bluetooth correctly. When the BluetoothDevice creates the socket, the client and server need to communicate over it, and it alone. The other device needs to have code to write out to that socket so I can see the data

[android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Jan Burse
Mark Murphy schrieb: I have already 4 cores, and one core goes up with the emulator. The emulator does not use multiple cores. I did not say it uses multiple cores. I said: buy a Core i7 with Turbo Boost to 3.4GHz. Actually I have already turbo boost. Here are the specs: HP EliteBook

[android-developers] People unable to purchase my app - An error occurred while creating your order - help?

2011-09-03 Thread Adam Ratana
Anyone have this issue? I've started getting emails from users saying the market is not letting them buy my app, but it's letting them purchase other apps. When they go to purchase it, phone or web, they get a message saying an error occurred while creating their order (or something similar).

[android-developers] Re: People unable to purchase my app - An error occurred while creating your order - help?

2011-09-03 Thread Adam Ratana
I should have googled first: http://www.google.com/support/forum/p/Android+Market/thread?tid=302937bf9431d68dhl=en Apparently this happens when you force an activity to portrait. Now before anyone jumps on that, I have an activity that has instructions for the user to calibrate their compass,

Re: [android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Mark Murphy
On Sat, Sep 3, 2011 at 7:26 PM, Jan Burse janbu...@fastmail.fm wrote: Actually I have already turbo boost. Here are the specs: HP EliteBook 8560p Intel® Core™ i7-2620M @ 2.70GHz But it is of absolutely no use here. The emulator just sucks. It would suck worse with a slower CPU. I find that

[android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Jan Burse
Mark Murphy schrieb: On Sat, Sep 3, 2011 at 7:26 PM, Jan Bursejanbu...@fastmail.fm wrote: Actually I have already turbo boost. Here are the specs: HP EliteBook 8560p Intel® Core™ i7-2620M @ 2.70GHz But it is of absolutely no use here. The emulator just sucks. It would suck worse with a

[android-developers] Re: Honeycomb (Android 3.2) emulator slow

2011-09-03 Thread Jan Burse
Mark Murphy schrieb: It would suck worse with a slower CPU. I find that the emulator works tolerably with the configuration I described, and I have the same CPU in a Dell notebook. It also works ok here for android 2.3. The issue is mainly it does not scale to android 3.2. -- You received

[android-developers] Re: Service callback references ghost instance of my activity

2011-09-03 Thread Ubuntu guy
Hello, could you post the code? Do you have access to third party service's code? On Aug 27, 9:56 am, Jason dummytes...@gmail.com wrote: Hello all, I'm running into an issue in my app and am trying to determine the root cause. Here's some background info: I have an activity that can be

Re: [android-developers] Need some math assistance please

2011-09-03 Thread lbendlin
in iOS the manual function is faster than the built-in one, but on Android the difference is negligible. here's the Objective-C version //spherical distance in meters - (CGFloat) sphericalDistanceFromLat1:(CGFloat)lat1 Lon1:(CGFloat)lon1 toLat2:(CGFloat)lat2 Lon2:(CGFloat)lon2 { return

Re: [android-developers] Re: How is RockPlayer doing hardware decoding?

2011-09-03 Thread Felix long
Yes, You're right. The hardware decoding mode only means using inbuilt MediaPlayer in these players. 2011/9/3 B.Arunkumar awsnetworkrecor...@gmail.com Thank you for your reply. The RockPlayer gives you the option of choosing either the Hardware or Software Decoding mode. The Software Decoding

[android-developers] i do weather forecast and have problem about add city

2011-09-03 Thread Jhew SAN
i can only add city one line now i get data from google how can i save data and add city delete city e mail tawisak.ruksu...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] what is the purpose of getAuthToken() in chrome2phone example?

2011-09-03 Thread Andrei
As far as I understand getAuthToken() token is used during registration from android to verify that user on appspot ( i think it's OAuth ) If I am developing and not using appspot gae server do I need to do this? Can I just skip calling getAuthToken() in android code? Thanks -- You received

Re: [android-developers] Re: Animating a graphics shape.

2011-09-03 Thread wu kunting
surfaceView in not-UI thread 2011/9/4 RichardC richard.crit...@googlemail.com Look at LunarLander in the SDK samples folder. On Sep 3, 5:42 pm, Tobiah t...@tobiah.org wrote: I want to make a vector style 2d video game. I started with a subclass of View. I can draw shapes on it. Now

Re: [android-developers] Service callback references ghost instance of my activity

2011-09-03 Thread Nick Risaro
On Sat, Aug 27, 2011 at 1:56 PM, Jason dummytes...@gmail.com wrote: 1) Is it possible for instance A to be referenced even after onDestroy() is called on it? Yes, because the instance is still loaded and the service holds a reference to it. 2) Is there a way to immediately invoke the

Re: [android-developers] download declined for app on market

2011-09-03 Thread TreKing
On Sat, Sep 3, 2011 at 1:54 PM, siliconeagle rrmu...@gmail.com wrote: Any input / guidance / suggestions would be highly appreciated, as I am losing money because of this. http://www.google.com/support/androidmarket/developer/bin/answer.py?answer=136601hl=en

[android-developers] ImageButton

2011-09-03 Thread bob
Is there any way to make an ImageButton scale the image like an ImageView? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to