Re: [android-developers] Couldn't get the seekbar by findViewById

2010-05-28 Thread Mark Murphy
Jeruliu wrote: > I'm building a dialog including seekbar but i can't locate the seekbar > by findViewById, it only returns nullpoint. > > My code: > Context mContext = this; > LayoutInflater inflater = (LayoutInflater) > mContext.getSystemService(LAYOUT_INFLATER_SERVICE); >

[android-developers] Couldn't get the seekbar by findViewById

2010-05-28 Thread Jeruliu
I'm building a dialog including seekbar but i can't locate the seekbar by findViewById, it only returns nullpoint. My code: Context mContext = this; LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(LAYOUT_INFLATER_SERVICE); View layout = inflater