[android-developers] Re: how to crop an image in android 2.x

2010-03-11 Thread Vaibhav Goel
No. I am searching for it. On Mar 1, 1:56 am, Damian d.w.flann...@googlemail.com wrote: I have encountered this problem also. Did you find a solution? On Feb 16, 11:50 am,VaibhavGoel vaibhavgoe...@gmail.com wrote: By removing class-name and private restrictions, it works for the images

[android-developers] How to make a custom view/activity with many screens like home screen in 2.x

2010-03-10 Thread Vaibhav Goel
Hi I want to make an activity in 2.x which have many UI screens and user can move from one screen to other by scrolling the screen like we have more than one Home screens and we can move from one to another just by sliding current screen. Please guide me for implementing this. Can this be

[android-developers] Re: how to crop an image in android 2.x

2010-02-16 Thread Vaibhav Goel
yours to PRIVATE. On Feb 12, 9:18 am, Vaibhav Goel vaibhavgoe...@gmail.com wrote: I need tocropan image whose Uri is known. In 1.6 I used the below code.  Intent i = new Intent(com.android.camera.action.CROP);  i.setClassName(com.android.camera, com.android.camera.CropImage

[android-developers] custom seek bar

2010-02-15 Thread Vaibhav Goel
Hi I want to make a custom seek bar having color gradient as shown in the below image url. http://i49.tinypic.com/2mi5lsh.jpg For this I tried to make background as seek_background.xml shape xmlns:android=http://schemas.android.com/apk/res/android; android:shape=rectangle gradient

[android-developers] custom seek bar

2010-02-15 Thread Vaibhav Goel
Hi I want to make a custom seek bar having color gradient as shown in the below image url. http://i49.tinypic.com/2mi5lsh.jpg For this I tried to make background as seek_background.xml shape xmlns:android=http://schemas.android.com/apk/res/android; android:shape=rectangle gradient

[android-developers] Re: custom seek bar

2010-02-15 Thread Vaibhav Goel
Thanks Mark. By changing in layer-list drawable resource, I got the desired result. -- 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] Re: custom seek bar

2010-02-15 Thread Vaibhav Goel
Thanks skink On Feb 16, 1:21 am, skink psk...@gmail.com wrote: Vaibhav Goel wrote: Hi I want to make a custom seek bar having color gradient as shown in the below image url. http://i49.tinypic.com/2mi5lsh.jpg For this I tried to make background as seek_background.xml shape

[android-developers] Re: how to crop an image in android 2.x

2010-02-15 Thread Vaibhav Goel
(CompressFormat.JPEG, 50, new FileOutputStream( Location_Image.filename2 )); On Feb 12, 7:18 pm, Vaibhav Goel vaibhavgoe...@gmail.com wrote: I need tocropan image whose Uri is known. In 1.6 I used the below code.  Intent i = new Intent(com.android.camera.action.CROP);  i.setClassName

[android-developers] how to crop an image in android 2.x

2010-02-12 Thread Vaibhav Goel
I need to crop an image whose Uri is known. In 1.6 I used the below code. Intent i = new Intent(com.android.camera.action.CROP); i.setClassName(com.android.camera, com.android.camera.CropImage); i.setData(imageUri); // imageUri = content://media/external/images/media/40

[android-developers] Re: Button issue

2008-12-18 Thread vaibhav goel
how come a pop up menu appear on clicking a button unless and until in its onclicklistener, popup menu is being invoked pls elaborate what are u trying to do... Vaibhav On Thu, Dec 18, 2008 at 11:32 AM, diya blore diya.bl...@gmail.com wrote: Hi ALL. i m facing an issue.. wheni click on