Remove useless theme

This commit is contained in:
Phillip Hsu 2016-09-27 02:49:58 -07:00
parent 195f4ff80c
commit 7506969a9a

View File

@ -1,13 +1,4 @@
<resources>
<!--TODO: Why is this here?-->
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="GridLayoutNumpadElement">
<!-- http://stackoverflow.com/a/6868308/5055032
Leave off the namespace to reference a custom attribute.