Skip to content

Commit

Permalink
Revert attr changes from earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
akapelrud committed Jul 24, 2022
1 parent 61bb6d8 commit e4fe50c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion RotarySeekbar/src/main/res/color/sector_range_color.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/sector_range_color_drawable" /> <!-- use a drawable to circumvent a bug in the API -->
<item android:color="?attr/colorPrimary" android:alpha="0.24" /> <!-- use a drawable to circumvent a bug in the API -->
</selector>
2 changes: 1 addition & 1 deletion RotarySeekbar/src/main/res/color/sector_value_color.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/sector_value_color_drawable" /> <!-- use a drawable to circumvent a bug -->
<item android:color="?attr/colorSecondary" android:alpha="0.8" /> <!-- use a drawable to circumvent a bug -->
</selector>

This file was deleted.

This file was deleted.

0 comments on commit e4fe50c

Please sign in to comment.