Skip to content

Commit

Permalink
base: dynamic navbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Miccia94 authored and varund7726 committed Dec 14, 2016
1 parent 2006790 commit 3e498b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/res/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable>

<drawable name="input_method_fullscreen_background">#fff9f9f9</drawable>
<color name="input_method_navigation_guard">#ff000000</color>
<color name="input_method_navigation_guard">#00000000</color>

<color name="system_error">#fff4511e</color> <!-- deep orange 600 -->

Expand Down
4 changes: 2 additions & 2 deletions core/res/res/values/themes_material.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ please see themes_device_defaults.xml.
<item name="windowDrawsSystemBarBackgrounds">true</item>
<item name="windowActionBarFullscreenDecorLayout">@layout/screen_toolbar</item>
<item name="statusBarColor">?attr/colorPrimaryDark</item>
<item name="navigationBarColor">@color/black</item>
<item name="navigationBarColor">?attr/colorPrimaryDark</item>
<item name="windowEnterTransition">@transition/fade</item>
<item name="windowSharedElementEnterTransition">@transition/move</item>
<item name="windowSharedElementExitTransition">@transition/move</item>
Expand Down Expand Up @@ -530,7 +530,7 @@ please see themes_device_defaults.xml.
<item name="windowDrawsSystemBarBackgrounds">true</item>
<item name="windowActionBarFullscreenDecorLayout">@layout/screen_toolbar</item>
<item name="statusBarColor">?attr/colorPrimaryDark</item>
<item name="navigationBarColor">@color/black</item>
<item name="navigationBarColor">?attr/colorPrimaryDark</item>
<item name="windowEnterTransition">@transition/fade</item>
<item name="windowSharedElementEnterTransition">@transition/move</item>
<item name="windowSharedElementExitTransition">@transition/move</item>
Expand Down

0 comments on commit 3e498b9

Please sign in to comment.