|
|
|
@ -2,18 +2,18 @@ |
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/replayer" |
|
|
|
|
|
|
|
android:icon="@drawable/ic_player" |
|
|
|
|
|
|
|
android:title="@string/replayer" |
|
|
|
|
|
|
|
app:showAsAction="always" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/edit_save" |
|
|
|
android:id="@+id/edit_save" |
|
|
|
android:icon="@drawable/ic_check" |
|
|
|
android:icon="@drawable/ic_check" |
|
|
|
android:title="@string/save" |
|
|
|
android:title="@string/save" |
|
|
|
app:showAsAction="always" /> |
|
|
|
app:showAsAction="always" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
|
|
|
android:id="@+id/replayer" |
|
|
|
|
|
|
|
android:icon="@drawable/ic_player" |
|
|
|
|
|
|
|
android:title="@string/replayer" |
|
|
|
|
|
|
|
app:showAsAction="always" /> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/share" |
|
|
|
android:id="@+id/share" |
|
|
|
android:title="@string/sharing" |
|
|
|
android:title="@string/sharing" |