equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <menu |
|
3 xmlns:android="http://schemas.android.com/apk/res/android" |
|
4 > |
|
5 <item |
|
6 android:title="hack" |
|
7 android:menuCategory="container" |
|
8 android:orderInCategory="9" |
|
9 > |
|
10 <menu> |
|
11 <item |
|
12 android:id="@+id/menu_activity_hack" |
|
13 android:title="activity hack"/> |
|
14 <item |
|
15 android:id="@+id/menu_fragment_hack" |
|
16 android:title="fragment hack"/> |
|
17 <item |
|
18 android:id="@+id/menu_fm_hack" |
|
19 android:title="file manager hack"/> |
|
20 </menu> |
|
21 </item> |
|
22 |
|
23 </menu> |