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.
This commit is contained in:
Branden Archer
2015-12-26 15:48:42 -05:00
parent 8b1b1a7414
commit 7bd19f2325
15 changed files with 203 additions and 0 deletions

11
res/values-v11/styles.xml Normal file
View File

@@ -0,0 +1,11 @@
<resources>
<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>
</resources>