mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-27 08:23:38 +00:00
[android] Fix color issues for AppCompat components
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
Konstantin Pastbin
parent
f549108e72
commit
daf2a7d8e7
@@ -65,7 +65,7 @@ class SearchAdapter extends RecyclerView.Adapter<SearchAdapter.SearchDataViewHol
|
||||
@AttrRes
|
||||
int getTintAttr()
|
||||
{
|
||||
return com.google.android.material.R.attr.colorSecondary;
|
||||
return androidx.appcompat.R.attr.colorAccent;
|
||||
}
|
||||
|
||||
abstract TextView getTitleView();
|
||||
|
||||
Reference in New Issue
Block a user