mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Recovered changes lost in complex rebase
This commit is contained in:
parent
ffbd118e8d
commit
d26da3cbc2
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue