| Author |
Drawing Line: shape vs View?
|
Kelly Powell
Ranch Hand
Joined: Oct 29, 2010
Posts: 56
|
|
In Android, one can draw a line using shape or View. Assuming that I am using the code below, which is better in terms of efficiency, etc if I am planning to reuse the line in other Activities? Why?
Using shape: (Will then be use as a background for a certain text.)
Using View: (Will then be placed on top of a certain text.)
|
 |
 |
|
|
subject: Drawing Line: shape vs View?
|
|
|