Skip to content

Commit

Permalink
added new icons and new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
VREMSoftwareDevelopment committed Dec 11, 2015
1 parent 7e16103 commit 9fa3860
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
Binary file added app/src/main/res/drawable/brokenlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/unlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 11 additions & 10 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>

<color name="wifi0">#FF0000</color>
<color name="wifi1">#FEA400</color>
<color name="wifi2">#FEA400</color>
<color name="wifi3">#008000</color>
<color name="wifi4">#008000</color>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="channel">#0000CC</color>
<color name="security">#669999</color>

<color name="wifi0">#FF0000</color>
<color name="wifi1">#FEA400</color>
<color name="wifi2">#FEA400</color>
<color name="wifi3">#008000</color>
<color name="wifi4">#008000</color>
</resources>
28 changes: 13 additions & 15 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<resources>

<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/colorPrimary</item>
</style>

<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>

<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />

</resources>
<resources>

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"/>

<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>

<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />

</resources>

0 comments on commit 9fa3860

Please sign in to comment.