문제

I added in the appcompat folder to my project.

I can't seem to however access the compatible v7 PopUpMenu widget (android.support.v7.widget.PopUpMenu)?

https://developer.android.com/tools/support-library/setup.html

I used this to set it up. I may be missing something, but there doesn't seem to be a library with widgets under /extras/android/support/v7 directory ?

도움이 되었습니까?

해결책

The PopupMenu class is in the appcompat library, the one that includes the compatible Action Bar. The class is inside the jar named android-support-v7-appcompat.jar.

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