Browse Source

Recovered changes lost in complex rebase

David A. Velasco 9 years ago
parent
commit
d26da3cbc2
2 changed files with 3 additions and 2 deletions
  1. 2 1
      res/menu/file_actions_menu.xml
  2. 1 1
      res/menu/main_menu.xml

+ 2 - 1
res/menu/file_actions_menu.xml

@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><!--
+<?xml version="1.0" encoding="utf-8"?>
+<!--
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski

+ 1 - 1
res/menu/main_menu.xml

@@ -36,7 +36,7 @@
         android:contentDescription="@string/actionbar_mkdir"/>
     <item
         android:id="@+id/action_switch_view"
-        android:icon="@android:drawable/ic_menu_view"
+        android:icon="@drawable/ic_view_module"
         android:orderInCategory="2"
         app:showAsAction="never"
         android:title="@string/action_switch_grid_view" />