Skip to content

Commit

Permalink
add highlight color for switches
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <david-dev@live.de>
  • Loading branch information
David-Development committed Sep 30, 2023
1 parent 68c60a6 commit 1a396c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions News-Android-App/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
<item name="android:windowAllowReturnTransitionOverlap">true</item>
<item name="android:windowSharedElementEnterTransition">@android:transition/move</item>
<item name="android:windowSharedElementExitTransition">@android:transition/move</item>

<!-- https://stackoverflow.com/a/46587460/13370504 -->
<!-- switch on thumb & track color -->
<item name="colorControlActivated">@color/primary</item>
</style>

<style name="BaseTheme.OLED" parent="BaseTheme">
Expand Down

0 comments on commit 1a396c2

Please sign in to comment.