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.
8 lines
168 B
XML
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>
|