diff options
author | Camil Staps | 2015-04-15 22:37:07 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-15 22:37:07 +0200 |
commit | e662c1d5ce054d4393f9ec08b29c6f3dee9d642c (patch) | |
tree | a2a659848ae318c10b73acdcf5d6e63322bcab86 /app/src/main/res/menu/share_popup_reading.xml | |
parent | Added working podcasts (diff) |
Finishing first raw version
Diffstat (limited to 'app/src/main/res/menu/share_popup_reading.xml')
-rw-r--r-- | app/src/main/res/menu/share_popup_reading.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/menu/share_popup_reading.xml b/app/src/main/res/menu/share_popup_reading.xml new file mode 100644 index 0000000..6751a65 --- /dev/null +++ b/app/src/main/res/menu/share_popup_reading.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu + xmlns:android="http://schemas.android.com/apk/res/android"> + + <item + android:id="@+id/action_share_reading" + android:title="@string/action_share_reading"/> + <item + android:id="@+id/action_share_bibletext" + android:title="@string/action_share_bibletext"/> + +</menu>
\ No newline at end of file |