diff options
author | Camil Staps | 2015-04-11 23:30:39 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-11 23:30:39 +0200 |
commit | dbc2ea6cc842ade3fd48cc8457916e39443de77e (patch) | |
tree | 560fc8efe18b3cacbd2f1ce52d44d462b51c9411 /app/src/main/res/menu | |
parent | General improvements & continuation of development (diff) |
General continuation of development
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/global.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/menu/global.xml b/app/src/main/res/menu/global.xml index cd094ff..a2c2ee2 100644 --- a/app/src/main/res/menu/global.xml +++ b/app/src/main/res/menu/global.xml @@ -10,4 +10,9 @@ android:title="@string/action_share" android:orderInCategory="50" app:showAsAction="ifRoom"/> + <item + android:id="@+id/action_today" + android:title="@string/action_today" + android:orderInCategory="30" + app:showAsAction="ifRoom"/> </menu> |