lineage: Fix LiveDisplay tile off color

* Should match other icons when disabled.

Change-Id: Ic745d71b0eef0fca68a63e9558a43c203334e819
This commit is contained in:
qjohn
2017-07-14 15:37:47 +07:00
committed by Michael Bestas
parent 7ea84eb2f9
commit f8eaf9f782

View File

@@ -21,9 +21,9 @@
android:viewportHeight="24">
<path
android:fillColor="#FFFFFF"
android:fillColor="#4DFFFFFF"
android:pathData="M2.7,2.7L1.3,4.1L3,5.8V19c0,1.1,0.9,2,2,2h13.2l1.7,1.7l1.4-1.4L2.7,2.7z
M5,19V7.8l2.8,2.8L6.3,12L8,13.7 V16h2.3l1.7,1.7l1.4-1.4l2.8,2.8H5z
M7.8,5l-2-2H19c1.1,0,2,0.9,2,2v13.2l-2-2V5H7.8z
M16,8v2.3l1.7,1.7l-1.4,1.4l-5.7-5.7L12,6.3 L13.7,8H16z" />
</vector>
</vector>