Skip to content

Commit

Permalink
Blank theme: action colors
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 12, 2024
1 parent 2b23bb5 commit 0496300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@
<item name="colorPrimaryDark">@color/white</item>
<item name="colorAccent">@color/blackAccent</item>

<item name="colorActionForeground">?android:attr/textColorSecondary</item>
<item name="colorActionForegroundDisabled">@color/darkActionForegroundDisabled</item>
<item name="colorActionBackground">@color/smoke</item>

<item name="colorInfoForeground">@color/blackPrimary</item>
<item name="colorInfoBackground">@color/smoke</item>

Expand Down

0 comments on commit 0496300

Please sign in to comment.