diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-12 00:52:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 00:52:12 -0500 |
commit | 82f9aca96493316bc62008f2b3167d34a6029b38 (patch) | |
tree | 665f2a450b7b2d9ee8f9abc35d25007c1db81ef3 /app/src/main/res/values/ids.xml | |
parent | b90dcc04376b48d2b91fea8a5de48acbd7f885c4 (diff) | |
download | frost-82f9aca96493316bc62008f2b3167d34a6029b38.tar.gz frost-82f9aca96493316bc62008f2b3167d34a6029b38.tar.bz2 frost-82f9aca96493316bc62008f2b3167d34a6029b38.zip |
Update/intro (#550)v1.7.0
* Add edit button to intro
* Update readme
* Fix video error and cancellation
* Update changelog
* Hide invalid tab options
Diffstat (limited to 'app/src/main/res/values/ids.xml')
-rw-r--r-- | app/src/main/res/values/ids.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index 0aaeeab8..a8433207 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -8,6 +8,7 @@ <item name="intro_phone_screen" type="id" /> <item name="intro_title" type="id" /> <item name="intro_image" type="id" /> + <item name="intro_button" type="id" /> <item name="intro_desc" type="id" /> <!--Extra menu ids; see OverlayContext--> |