30/09/2018, 17:52
Lỗi ifRoom trong ActionBar
Không biết bị lỗi gì nhưng mình viết code theo đúng hướng dẫn trên các web học online là thêm android:showAsAction=“ifRoom” thì icon sẽ hiện lên ActionBar, nhưng trường hợp của mình thì không
Bài liên quan
But then, I still refer the property as if it belongs to the android namespace:
android:showAsAction=“ifRoom”
The right way to refer this property is to use:
app:showAsAction=“ifRoom”
Bạn tham khảo chi tiết ở .
Action Items not showing in ActionBar with showAsAction="ifRoom"