diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-19 21:07:54 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-19 21:07:54 -0700 |
commit | 1240e2663413b56c5b97c8ff40cb5c1bdc2df23b (patch) | |
tree | 33dd66313ce0dba5af72b2f4046313306850dbf9 /app/src/main/res/values/strings.xml | |
parent | bf2168ee57ded706819d1e4f49d729d4f45e1d29 (diff) | |
download | frost-1240e2663413b56c5b97c8ff40cb5c1bdc2df23b.tar.gz frost-1240e2663413b56c5b97c8ff40cb5c1bdc2df23b.tar.bz2 frost-1240e2663413b56c5b97c8ff40cb5c1bdc2df23b.zip |
Add bottom bar layout
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eff04778..c8a97c92 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -64,4 +64,7 @@ <string name="html_extraction_cancelled">The request has been cancelled.</string> <string name="html_extraction_timeout">The request has timed out.</string> <string name="file_chooser_not_found">File chooser not found</string> + + <string name="top_bar">Top Bar</string> + <string name="bottom_bar">Bottom Bar</string> </resources> |