문제

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 ?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top