-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor reader primary button color resource names
- Loading branch information
Thomas Horta
committed
Jan 26, 2024
1 parent
28382cc
commit 7fca92c
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...lor/reader_button_background_selector.xml → ...er_button_primary_background_selector.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:color="@color/reader_subfilter_button_background" android:state_enabled="true" /> | ||
<item android:alpha="@dimen/primary_button_disabled_alpha" android:color="@color/reader_subfilter_button_background" /> | ||
<item android:color="@color/reader_button_primary_background" android:state_enabled="true" /> | ||
<item android:alpha="@dimen/primary_button_disabled_alpha" android:color="@color/reader_button_primary_background" /> | ||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters