Blame view

PremiereActivite/app/src/main/res/menu/menu.xml 562 Bytes
0aec73b6   JLo'w   Petit changement ...
1
2
3
4
  <menu xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:app="http://schemas.android.com/apk/res-auto">
  
      <item
28dc4009   JLo'w   Déconnexion !!!!!
5
          android:id="@+id/action_disconnect"
0aec73b6   JLo'w   Petit changement ...
6
7
8
9
10
11
12
13
14
          android:icon="@android:drawable/ic_menu_delete"
          android:title="@string/disconnect"
          android:showAsAction="ifRoom|withText"
          app:showAsAction="ifRoom|withText" />
  
      <item
          android:id="@+id/action_settings"
          android:title="@string/action_settings"
          android:showAsAction="never"
edd209be   JLo'w   URL encode + pref...
15
          app:showAsAction="never">
2681581a   JLo'w   menu pour changer...
16
17
      </item>
  
0aec73b6   JLo'w   Petit changement ...
18
19
  
  </menu>