2

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

1 Answers1

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