diff options
| author | 2024-02-07 18:37:38 +0000 | |
|---|---|---|
| committer | 2024-02-07 18:37:38 +0000 | |
| commit | e9fab855d2923d061f54fc7ff414f7db55f12d91 (patch) | |
| tree | 6edfbf7874e4122168ed0ae646860e10b3fea047 | |
| parent | 64bf4a87341453f35e071bffd0a571016dfa9bc7 (diff) | |
| parent | f35aae73dc37fe4cf650cf58cee07a786826c13b (diff) | |
Merge "Add opacity to inactive satellite icon" into main
| -rw-r--r-- | packages/SystemUI/res/drawable/ic_satellite_not_connected.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_satellite_not_connected.xml b/packages/SystemUI/res/drawable/ic_satellite_not_connected.xml index dec9930959a0..a80d3b4d0fa8 100644 --- a/packages/SystemUI/res/drawable/ic_satellite_not_connected.xml +++ b/packages/SystemUI/res/drawable/ic_satellite_not_connected.xml @@ -20,6 +20,7 @@ android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0" + android:alpha="0.3" > <path android:pathData="M14.73,3.36L17.63,6.2C17.83,6.39 17.83,6.71 17.63,6.91L16.89,7.65C16.69,7.85 16.37,7.85 16.18,7.65L13.34,4.78C13.15,4.59 13.15,4.28 13.34,4.08L14.01,3.37C14.2,3.17 14.52,3.16 14.72,3.36H14.73ZM14.37,1C13.85,1 13.32,1.2 12.93,1.61L11.56,3.06C10.8,3.84 10.81,5.09 11.58,5.86L15.13,9.41C15.52,9.8 16.03,10 16.55,10C17.07,10 17.58,9.8 17.97,9.41L19.42,7.96C20.21,7.17 20.2,5.89 19.4,5.12L15.77,1.57C15.38,1.19 14.88,1 14.37,1Z" |