Remove v11 styles. Add Android TV banner. Disable title bar on themes.

This commit is contained in:
Cameron Gutman
2014-10-15 22:39:35 -07:00
parent 57c3d8af8b
commit 3e6f5ff11c
7 changed files with 60 additions and 59 deletions

View File

@@ -15,7 +15,9 @@
-->
</style>
<!-- Application theme. -->
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>