[android-developers] Vertical attributes don't work in RelativeLayout

2011-01-05 Thread Serdel
Hi, I am using RelativeLayout to arrange the look in my ListView items. I had passed the ViewGroup parent to the inflater as advised: public View newView(Context context, Cursor c, ViewGroup parent) { View v = mInflater.inflate(R.layout.myidsrow, parent, false); //. } The

Re: [android-developers] Vertical attributes don't work in RelativeLayout

2011-01-05 Thread Kostya Vasilyev
Does your RelativeLayout have sufficient height for align-bottom or align-vcenter to actually do something? -- Kostya 05.01.2011 12:06, Serdel пишет: Hi, I am using RelativeLayout to arrange the look in my ListView items. I had passed the ViewGroup parent to the inflater as advised: public