created main activity

This commit is contained in:
danijoo
2015-12-31 02:40:12 +01:00
parent 661e249bed
commit e27dc19b26
6 changed files with 66 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
<resources>
<string name="app_name">Notification Logger</string>
<string name="menu_item_settings">Settings</string>
</resources>

View File

@@ -1,8 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>