Skip to content

Commit

Permalink
Change background of action mode. Fix popup theme of action mode
Browse files Browse the repository at this point in the history
  • Loading branch information
akhbulatov committed Nov 4, 2016
1 parent f91e3c6 commit 6521dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>

<item name="actionModeBackground">@color/primary</item>
<item name="actionModeBackground">@color/primary_dark</item>
<item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
<item name="windowActionModeOverlay">true</item>

<item name="android:windowTranslucentStatus" tools:targetApi="kitkat">true</item>
Expand Down

0 comments on commit 6521dbc

Please sign in to comment.