Replace xml drawables pointing to local resource.

Change-Id: I5496d911205db0f4cc49fb1ce4774bbb444c7bcd
diff --git a/res/menu/browser.xml b/res/menu/browser.xml
index 22ad532..7786034 100644
--- a/res/menu/browser.xml
+++ b/res/menu/browser.xml
@@ -4,9 +4,9 @@
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
-  
+
           http://www.apache.org/licenses/LICENSE-2.0
-  
+
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -30,7 +30,7 @@
             <item
                 android:id="@+id/forward_menu_id"
                 android:title="@string/forward"
-                android:icon="@*android:drawable/ic_menu_forward" />
+                android:icon="@drawable/ic_menu_forward" />
         </group>
         <item
             android:id="@+id/back_menu_id"
@@ -153,11 +153,11 @@
     <!-- these items are toggled in and out of @+id/stop_reload_menu_id -->
     <item android:id="@+id/stop_menu_id"
         android:title="@string/stop"
-        android:icon="@*android:drawable/ic_menu_stop"
+        android:icon="@drawable/ic_menu_stop"
         android:visible="false" />
     <item android:id="@+id/reload_menu_id"
         android:title="@string/reload"
-        android:icon="@*android:drawable/ic_menu_refresh"
+        android:icon="@drawable/ic_menu_refresh"
         android:visible="false" />
 </menu>
- 
+