|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
4 |
<item android:id="@+id/action_settings"
|
|
|
5 |
android:title="@string/action_settings"
|
|
|
6 |
android:orderInCategory="100"
|
|
|
7 |
app:showAsAction="never" />
|
|
|
8 |
|
|
|
9 |
</menu>
|