Improve start activity layout with LinearLayout and helper text

This commit is contained in:
Branden Archer
2015-12-27 15:29:59 -05:00
parent 429c3005a9
commit eb1eac8111
3 changed files with 36 additions and 17 deletions

View File

@@ -3,5 +3,9 @@
<string name="app_name">Protect Baby Monitor</string>
<string name="action_settings">Settings</string>
<string name="useAsParentDevice">Use as Parent Device</string>
<string name="useAsChildDevice">Use as Child Device</string>
<string name="childDescription">Device is placed with baby, and sends audio to a paired parent device</string>
<string name="parentDescription">Pairs with child device and plays received audio</string>
</resources>