android - insert edittext between two other edittexts with inflater -
i totally new android , programming, , have helped me ton far. have hit roadblock,however. (sure there many more come)
i adding edittexts dynamically layoutinflator vertical linearlayout.
when select edittext in middle , hit button inflate edittext, need know how insert new edittext directly below 1 selected, pushing rest down, instead of adding after last 1 added.
thanks in advance valuable time, chris
linearlayout has addview(view view, int index) method can use put new view @ specific position.
Comments
Post a Comment