0

i found some questions here about

StackView

and implement of the stackView on lower api , i cant use StackView even in my xml .

is it possible to make a stackView widget on api lower than 11 ?

Jesus Dimrix
  • 4,378
  • 4
  • 28
  • 62

1 Answers1

0

is it possible to make a stackView widget on api lower than 11 ?

Not using the Android SDK alone, as StackView was not added to the SDK until API Level 11. You are welcome to see if somebody has created a backport of StackView that works on older versions of Android, though the comments on this GitHub repo suggest that it will be rather difficult to backport.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491