aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorLibravatar Renard 2016-04-07 18:58:48 -0300
committerLibravatar Renard 2016-04-07 18:58:48 -0300
commitb9b2cd586c147ba9b08bbd809e7137ba3b6dacff (patch)
tree27604522330c9d7d88c61c946cf602f4b49ea5aa /app/src/main/res/menu
parentb80e7f3fd96d76d05734f3ba4221f1d7af97a57f (diff)
downloadBaiApp-b9b2cd586c147ba9b08bbd809e7137ba3b6dacff.tar.gz
BaiApp-b9b2cd586c147ba9b08bbd809e7137ba3b6dacff.tar.xz
BaiApp-b9b2cd586c147ba9b08bbd809e7137ba3b6dacff.zip
test
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/main.xml4
-rw-r--r--app/src/main/res/menu/menu_replyform.xml8
2 files changed, 10 insertions, 2 deletions
diff --git a/app/src/main/res/menu/main.xml b/app/src/main/res/menu/main.xml
index 280b121..7735ffb 100644
--- a/app/src/main/res/menu/main.xml
+++ b/app/src/main/res/menu/main.xml
@@ -23,8 +23,8 @@
android:title="@string/action_settings"
app:showAsAction="never" />
<item
- android:title="Buscar actualizaciones"
- android:id="@+id/action_update"
+ android:title="Acerca de ..."
+ android:id="@+id/action_about"
android:orderInCategory="500"
app:showAsAction="never"/>
<item
diff --git a/app/src/main/res/menu/menu_replyform.xml b/app/src/main/res/menu/menu_replyform.xml
new file mode 100644
index 0000000..395bca3
--- /dev/null
+++ b/app/src/main/res/menu/menu_replyform.xml
@@ -0,0 +1,8 @@
+<?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_form_reply"
+ android:icon="@drawable/ic_action_send"
+ android:title="Responder"
+ app:showAsAction="always"/>
+</menu> \ No newline at end of file