i want to use android setX() and setY() method with version 2.1 but this is not applicable this method only applicable with android version greater then 3.0 please help me thanks in advance
Asked
Active
Viewed 690 times
2
-
3Exact duplicate of http://stackoverflow.com/q/10581797/1321873. – Rajesh May 15 '12 at 12:04
1 Answers
0
@ Kirtika yes these method avaialble only version > 3.0 , but if you want to implement this need so you need to set layout param , i have implemented this thing . put version check in your application if app found version is >3.0 then access the existing method other wise set param

Alok Tiwari
- 607
- 2
- 7
- 21