Sunday, 8 February 2015

Why android:showAsAction doesnt work and app:showAsAction does?



I've been stuck for a really long time with my app actions not showing as icons and finally I realized that some had the tag app:showAsAction="always" and some other had android:showAsAction="always", but the ones who worked were those ones with the app prefix. Could somebody whats the reason for this to happen this way?


No comments:

Post a Comment