initial Log Display function

This commit is contained in:
Adithya Abraham Philip
2015-02-26 21:58:25 +05:30
parent a468c667bb
commit ec353b0c39
7 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?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/menu_log_display_export_log"
android:icon="@drawable/ic_action_save_white"
android:title="@string/menu_export_log"
app:showAsAction="ifRoom|withText" />
</menu>