Is it possible to set the absolute position of a view in Android? (I know that there is an AbsoluteLayout
, but it’s deprecated…)
For example, if I have a 240x320px screen, how could I add an ImageView
which is 20x20px such that its center is at the position (100,100)?