mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-30 18:34:54 +01:00
Fix read later icon color
This commit is contained in:
parent
024aa04a60
commit
dfe3dc9924
@ -386,7 +386,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
|||||||
recyclerView.setAdapter(adapter);
|
recyclerView.setAdapter(adapter);
|
||||||
|
|
||||||
|
|
||||||
Drawable readLater = getDrawable(R.drawable.ic_read_later);
|
Drawable readLater = ContextCompat.getDrawable(this, R.drawable.ic_read_later).mutate();
|
||||||
DrawableCompat.setTint(readLater, ContextCompat.getColor(this, android.R.color.white));
|
DrawableCompat.setTint(readLater, ContextCompat.getColor(this, android.R.color.white));
|
||||||
|
|
||||||
new ItemTouchHelper(new ReadropsItemTouchCallback(this,
|
new ItemTouchHelper(new ReadropsItemTouchCallback(this,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user