mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Two tone icons V2
This commit is contained in:
@@ -53,7 +53,7 @@ public class ServiceTileSynchronize extends TileService implements SharedPrefere
|
||||
try {
|
||||
tile.setState(enabled ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE);
|
||||
tile.setIcon(Icon.createWithResource(this,
|
||||
enabled ? R.drawable.baseline_sync_24 : R.drawable.baseline_sync_disabled_24));
|
||||
enabled ? R.drawable.twotone_sync_24 : R.drawable.twotone_sync_disabled_24));
|
||||
tile.updateTile();
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
|
||||
Reference in New Issue
Block a user