remove unused resources

This commit is contained in:
Torsten Grote
2016-09-06 14:52:27 -03:00
parent 0a0e1b4280
commit ac325d4423
10 changed files with 0 additions and 140 deletions

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_create_blog"
android:icon="@drawable/ic_add_white"
android:title="@string/blogs_my_blogs_create"
app:showAsAction="ifRoom"/>
</menu>