Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Oct 21, 2023
1 parent c46136c commit dbde3bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,9 @@
<item name="android:windowBackground">@drawable/rc_background_light</item>
<item name="colorPrimary">@color/dark_brown</item>
<item name="colorAccent">@color/dark_brown</item>
<!-- to change radioButtons text color: https://stackoverflow.com/a/60260915 -->
<!-- <item name="android:checkedTextViewStyle">@style/lightCheckedTextView</item>-->
<!-- Used for the checkboxes text -->
<item name="android:textColorPrimary">@color/dark_brown</item>
</style>
<!-- <style name="lightCheckedTextView" parent="@style/Widget.MaterialComponents.CheckedTextView">-->
<!-- <item name="android:textColor">?attr/colorBright</item>-->
<!-- </style>-->
<style name="AlertDialog.Black" parent="AlertDialog">
<item name="android:windowBackground">@drawable/rc_background_black</item>
<item name="colorPrimary">@color/green</item>
Expand Down

0 comments on commit dbde3bf

Please sign in to comment.