Improve monitor activity with LinearLayout and helper text

This commit is contained in:
Branden Archer
2015-12-27 16:20:22 -05:00
parent eb1eac8111
commit ea29a0f4eb
3 changed files with 47 additions and 59 deletions

View File

@@ -7,5 +7,12 @@
<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>
<string name="childDevice">Child Device</string>
<string name="serviceTitle">Service:</string>
<string name="serviceDescription">Name of the service that parent must pair to</string>
<string name="loading">Loading...</string>
<string name="stopped">Stopped</string>
<string name="streaming">Streaming...</string>
<string name="waitingForParent">Waiting for Parent...</string>
</resources>