mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
remove leftovers from bottom bar removing
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
eb68c36335
commit
4c5eca98ec
3 changed files with 0 additions and 34 deletions
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha=".5"
|
||||
android:strokeAlpha=".5"
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M6.94 0.5c-0.24 0-0.44 0.2-0.44 0.44v1.26c-0.5 0.14-1.05 0.35-1.53 0.65l-0.91-0.91c-0.16-0.18-0.46-0.19-0.62 0l-1.5 1.5c-0.18 0.17-0.18 0.46 0 0.62l0.91 0.91c-0.284 0.48-0.5 1-0.65 1.53h-1.26c-0.24 0-0.44 0.2-0.44 0.44v2.12c0 0.25 0.19 0.44 0.44 0.44h1.26c0.14 0.54 0.36 1.05 0.65 1.53l-0.91 0.91c-0.18 0.17-0.18 0.45 0 0.62l1.5 1.5c0.18 0.18 0.46 0.18 0.62 0l0.91-0.91c0.48 0.285 1 0.5 1.53 0.65v1.26c0 0.25 0.2 0.44 0.44 0.44h2.12c0.24 0 0.45-0.2 0.44-0.44v-1.26c0.54-0.14 1.05-0.36 1.53-0.65l0.91 0.91c0.17 0.18 0.45 0.18 0.62 0l1.5-1.5c0.18-0.17 0.18-0.45 0-0.62l-0.91-0.91c0.29-0.48 0.5-1 0.65-1.53h1.26c0.24 0 0.45-0.2 0.44-0.44v-2.12c0-0.24-0.2-0.44-0.44-0.44h-1.26c-0.14-0.54-0.36-1.05-0.65-1.53l0.91-0.91c0.18-0.17 0.18-0.45 0-0.62l-1.5-1.5c-0.17-0.18-0.45-0.18-0.62 0l-0.91 0.91c-0.48-0.29-1-0.5-1.53-0.65v-1.26c0-0.24-0.2-0.44-0.44-0.44h-2.12zm1.06 4a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1 -3.5 3.5 3.5 3.5 0 0 1 -3.5 -3.5 3.5 3.5 0 0 1 3.5 -3.5z"/>
|
||||
</vector>
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/nav_bar_files"
|
||||
android:icon="@drawable/all_files"
|
||||
android:title="@string/drawer_item_all_files"/>
|
||||
<item
|
||||
android:id="@+id/nav_bar_favorites"
|
||||
android:icon="@drawable/favorite"
|
||||
android:title="@string/drawer_item_favorites"/>
|
||||
<item
|
||||
android:id="@+id/nav_bar_photos"
|
||||
android:icon="@drawable/nav_photos"
|
||||
android:title="@string/drawer_item_photos"/>
|
||||
<item
|
||||
android:id="@+id/nav_bar_settings"
|
||||
android:icon="@drawable/settings"
|
||||
android:title="@string/drawer_item_settings"/>
|
||||
</menu>
|
|
@ -27,7 +27,6 @@
|
|||
<string name="drawer_item_recently_modified">Recently modified</string>
|
||||
<string name="drawer_item_shared">Shared</string>
|
||||
<string name="drawer_item_videos">Videos</string>
|
||||
<string name="drawer_item_settings">Settings</string>
|
||||
<string name="drawer_item_uploads_list">Uploads</string>
|
||||
<string name="drawer_item_activities">Activities</string>
|
||||
<string name="drawer_item_notifications">Notifications</string>
|
||||
|
|
Loading…
Reference in a new issue