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

Thanh Thịnh Đới viết 20:06 ngày 30/09/2018

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 ở .

stackoverflow.com
Zagorax

Action Items not showing in ActionBar with showAsAction="ifRoom"

android, android-actionbar
asked by Zagorax on 02:47PM - 26 Feb 14
Bài liên quan
0