|
|
@@ -0,0 +1,8 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
+
|
|
|
+ <item
|
|
|
+ android:id="@+id/action_clearfailed"
|
|
|
+ android:showAsAction="never"
|
|
|
+ android:title="@string/action_clearfailed"/>
|
|
|
+</menu>
|