Add basic Android host application to the Android Accessory Host class driver demo.

This commit is contained in:
Dean Camera 2013-05-12 12:40:14 +02:00
parent 707934d9cb
commit 5a3baec455
39 changed files with 391 additions and 5 deletions

View file

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