Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: res/menu/menu_preferences.xml

Issue 9316018: ABP/Android Holo theme (Closed)
Patch Set: Created Feb. 1, 2013, 7:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <menu xmlns:android="http://schemas.android.com/apk/res/android" > 2 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
3 3
4 <item 4 <item
5 android:id="@+id/menu_help"
6 android:icon="@drawable/ic_menu_help"
7 android:showAsAction="always"
8 android:title="@string/help">
9 </item>
10 <item
11 android:id="@+id/menu_about"
12 android:icon="@drawable/ic_menu_info_details"
13 android:showAsAction="always"
14 android:title="@string/about">
15 </item>
16 <item
5 android:id="@+id/menu_advanced" 17 android:id="@+id/menu_advanced"
6 android:icon="@drawable/ic_menu_preferences" 18 android:icon="@drawable/ic_menu_preferences"
7 android:title="@string/menu_advanced"> 19 android:title="@string/menu_advanced">
8 </item> 20 </item>
9 21
10 </menu> 22 </menu>
OLDNEW
« project.properties ('K') | « res/layout/preferences.xml ('k') | res/raw/legal.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld