Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Development <david-dev@live.de>2015-01-10 20:28:36 +0300
committerDavid Development <david-dev@live.de>2015-01-10 20:28:36 +0300
commita69e4bb94b89e79395bf937c9afdddbe6d4522dc (patch)
tree9d4e5a6f14297615cb96dbe833d9c60cd7d9711e /News-Android-App/src/main/res/menu
parent1bd04850e5e99febcfdaffa0870788fabcb58d96 (diff)
basic implementation of #288
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_detail.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/menu/news_detail.xml b/News-Android-App/src/main/res/menu/news_detail.xml
index 8ea4e233..078a7a3c 100644
--- a/News-Android-App/src/main/res/menu/news_detail.xml
+++ b/News-Android-App/src/main/res/menu/news_detail.xml
@@ -34,6 +34,12 @@
android:icon="@android:drawable/ic_media_play"
android:title="@string/action_playPodacst"/>
+ <item
+ android:id="@+id/action_tts"
+ app:showAsAction="never"
+ android:title="@string/action_textToSpeech"/>
+
+
<!--
<item
android:id="@+id/action_sendSourceCode"