Blame view

app/src/main/res/menu/main.xml 475 Bytes
7f095a929   chudinhbka@gmail.com   Create GIT Project
1
2
3
  <menu xmlns:android="http://schemas.android.com/apk/res/android" >
  
      <item
383e85498   chudinhbka@gmail.com   update handle UI
4
          android:id="@+id/action_setting"
7f095a929   chudinhbka@gmail.com   Create GIT Project
5
          android:orderInCategory="100"
383e85498   chudinhbka@gmail.com   update handle UI
6
          android:title="@string/setting"/>
7f095a929   chudinhbka@gmail.com   Create GIT Project
7
      <item
383e85498   chudinhbka@gmail.com   update handle UI
8
          android:id="@+id/action_profile"
7f095a929   chudinhbka@gmail.com   Create GIT Project
9
          android:orderInCategory="100"
383e85498   chudinhbka@gmail.com   update handle UI
10
11
12
13
14
15
          android:title="@string/profile_change"/>
  
      <item
          android:id="@+id/action_logout"
          android:orderInCategory="100"
          android:title="@string/logout"/>
7f095a929   chudinhbka@gmail.com   Create GIT Project
16
17
  
  </menu>