|
@@ -130,7 +130,7 @@ public class SortingOrderDialogFragment extends DialogFragment {
|
|
* tints the icon reflecting the actual sorting choice in the apps primary color.
|
|
* tints the icon reflecting the actual sorting choice in the apps primary color.
|
|
*/
|
|
*/
|
|
private void setupActiveOrderSelection() {
|
|
private void setupActiveOrderSelection() {
|
|
- final int color = ThemeUtils.primaryAccentColor(getContext());
|
|
|
|
|
|
+ final int color = ThemeUtils.elementColor(getContext());
|
|
for (View view: mTaggedViews) {
|
|
for (View view: mTaggedViews) {
|
|
if (!((FileSortOrder) view.getTag()).name.equals(mCurrentSortOrderName)) {
|
|
if (!((FileSortOrder) view.getTag()).name.equals(mCurrentSortOrderName)) {
|
|
continue;
|
|
continue;
|