Skip to content
Snippets Groups Projects
Commit 08b76f25 authored by sreeram-0xb5e's avatar sreeram-0xb5e
Browse files

Updated Color Scheme

parent ac5f597b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="NullableNotNullManager"> <component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" /> <option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" /> <option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
......
...@@ -82,8 +82,6 @@ public class Dashboard extends AppCompatActivity ...@@ -82,8 +82,6 @@ public class Dashboard extends AppCompatActivity
if (id == R.id.nav_camera) { if (id == R.id.nav_camera) {
// Handle the camera action // Handle the camera action
} else if (id == R.id.nav_gallery) {
} else if (id == R.id.nav_slideshow) { } else if (id == R.id.nav_slideshow) {
} else if (id == R.id.nav_manage) { } else if (id == R.id.nav_manage) {
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="colorPrimary">#3F51B5</color> <color name="colorPrimary">#795548</color>
<color name="colorPrimaryDark">#303F9F</color> <color name="colorPrimaryDark">#5D4037</color>
<color name="colorAccent">#FF4081</color> <color name="colorAccent">#EEEEEE</color>
</resources> </resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment