Files
babyphone/res/values/strings.xml
Branden Archer 7bd19f2325 Add StartActivity - landing page of baby monitor
The StartActivity is the first activity which will be launched
in the baby monitor, and in the future will list the two main
options: become a monitor or a listener.
2015-12-26 15:48:42 -05:00

8 lines
168 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">BabyMonitor</string>
<string name="action_settings">Settings</string>
</resources>