use
findViewById(R.id.fragment).setVisibility(View.GONE);
On Wednesday, March 9, 2011 3:34:31 PM UTC+5:30, clemp6r wrote:
>
> Hi,
>
> I can't remove a Fragment that was added in an XML layout file, using
> a FragmentTransaction. I don't understand why, I probably
> misunderstood something and
I think you trying to use id which is not created :
android:id="@id/SpinRate"
try this
android:id="@+id/SpinRate"
On Mon, Dec 27, 2010 at 9:14 AM, John Lussmyer wrote:
> I'm attempting a not-that-complex layout using RelativeLayout, and getting
> a weird problem.
>
> When I set things up in a
d.git.kernel.org/?p=platform/packages/apps/Camera.git;a=...
>
> On Feb 13, 7:05 pm, Adarsh Pandey wrote:
>
>
>
> > Hi,
>
> > We are facing problem with cropimage activity, is there any changes?
> > it gives error related to permission.
>
> > java.lang.SecurityExc
Hi,
We are facing problem with cropimage activity, is there any changes?
it gives error related to permission.
java.lang.SecurityException: Permission
Denial: starting Intent { act=android.intent.action.EDIT
dat=content://
media/external/images/media/12 cmp=com.android.camera/.CropImage (has
ext
Hi all,
I m facing problem in crop image Activity. It give error when I pass
the image uri to the cropimage activity :
02-12 13:02:32.689: ERROR/AndroidRuntime(374): Uncaught handler:
thread main exiting due to uncaught exception
02-12 13:02:32.699: ERROR/AndroidRuntime(374):
java.lang.RuntimeExc
5 matches
Mail list logo