public android.view.View getDropDownView(int i, android.view.View v, android.view.ViewGroup p) { android.widget.TextView res = null; res = rs.android.ui.Util.New_Label(p.getContext(), this.items[i], null); res.setPadding( res.getPaddingLeft() + 20, res.getPaddingTop() + 10, res.getPaddingRight() + 10, res.getPaddingBottom() + 15); return res; }
public android.view.View getView(int i, android.view.View v, android.view.ViewGroup p) { android.widget.TextView res = null; res = rs.android.ui.Util.New_Label(p.getContext(), items[i], null); return res; }