Two tone icons V2

This commit is contained in:
M66B
2020-09-28 09:18:56 +02:00
parent 9f9a2903fe
commit b87dda9174
352 changed files with 2133 additions and 1609 deletions

View File

@@ -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);