diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-16 20:53:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 20:53:49 -0400 |
commit | 2fe3422895c19d93fdb515b72ae497f4263e77bc (patch) | |
tree | 08a71aeccddd371d67e9797999a6560d541e54ed /app/src/main/res/values/ids.xml | |
parent | 9c4ff0063812e373cd5730ff77840ff7227a3300 (diff) | |
download | frost-2fe3422895c19d93fdb515b72ae497f4263e77bc.tar.gz frost-2fe3422895c19d93fdb515b72ae497f4263e77bc.tar.bz2 frost-2fe3422895c19d93fdb515b72ae497f4263e77bc.zip |
Feature/contextual overlays (#295)
* Update theme
* Update theme
* Compile compacts
* Update changelog
* Update theme
* Add overlay context items and their bindings
* Replace default with null and add changelog
Diffstat (limited to 'app/src/main/res/values/ids.xml')
-rw-r--r-- | app/src/main/res/values/ids.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index d32a3b71..0aaeeab8 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -9,4 +9,9 @@ <item name="intro_title" type="id" /> <item name="intro_image" type="id" /> <item name="intro_desc" type="id" /> + + <!--Extra menu ids; see OverlayContext--> + <item name="action_notification" type="id" /> + <item name="action_messages" type="id" /> + <item name="action_frost" type="id" /> </resources>
\ No newline at end of file |