@Rube
911 / 559 / 88
Регистрация: 13.02.2014
Сообщений: 2,072
|
07.01.2015, 15:55
|
|
А это сделал?
If supporting API levels lower than 11:
import android.support.v7.app.ActionBar
If supporting only API level 11 and higher:
import android.app.ActionBar
У меня так:
XML | 1
2
3
4
5
6
7
8
9
10
| <menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:sabd="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_update"
android:icon="@drawable/ic_refresh"
android:orderInCategory="100"
android:title="@string/action_update"
sabd:showAsAction="always" />
</menu> |
|
0
|